Commit 0b287019 authored by Csoregi Natalia's avatar Csoregi Natalia
Browse files

Backed out 8 changesets (bug 1679440, bug 1682069, bug 1667276) for causing...

Backed out 8 changesets (bug 1679440, bug 1682069, bug 1667276) for causing failures on browser_all_files_referenced.js. CLOSED TREE

Backed out changeset f1a65c9b3ca2 (bug 1682069)
Backed out changeset 310d2116faf7 (bug 1679440)
Backed out changeset f970ef0897cd (bug 1667276)
Backed out changeset 38c20196aabc (bug 1667276)
Backed out changeset 60c2f2dbc676 (bug 1667276)
Backed out changeset cf52687c4433 (bug 1667276)
Backed out changeset 74580a0f2633 (bug 1667276)
Backed out changeset ab6f830f6e75 (bug 1667276)
parent b78c5041
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -220,6 +220,3 @@ tools/tryselect/selectors/chooser/templates/chooser.html

# Ignore preprocessed *(P)refs.js files in update-packaging.
tools/update-packaging/**/*refs.js

# Ignore backgroundtasks preferences files.
toolkit/components/backgroundtasks/defaults
+0 −3
Original line number Diff line number Diff line
@@ -58,6 +58,3 @@ devtools/client/debugger/src/test/mochitest/examples/ember/quickstart

# These are source mapped and the locations are asserted in the test case.
devtools/client/webconsole/test/browser/test-mangled-function.*

# Ignore backgroundtasks preferences files.
toolkit/components/backgroundtasks/defaults
+0 −4
Original line number Diff line number Diff line
@@ -98,10 +98,6 @@ ifdef MOZ_DEFAULT_BROWSER_AGENT
DEFINES += -DMOZ_DEFAULT_BROWSER_AGENT=1
endif

ifdef MOZ_BACKGROUNDTASKS
DEFINES += -DMOZ_BACKGROUNDTASKS=1
endif

ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
MOZ_PKG_MAC_DSSTORE=$(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/dsstore
MOZ_PKG_MAC_BACKGROUND=$(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/background.png
+0 −6
Original line number Diff line number Diff line
@@ -305,12 +305,6 @@
; gre location for now.
@RESPATH@/defaults/pref/channel-prefs.js

; Background tasks-specific preferences.  These are in the GRE
; location since they apply to all tasks at this time.
#ifdef MOZ_BACKGROUNDTASKS
@RESPATH@/defaults/backgroundtasks/backgroundtasks.js
#endif

; [Layout Engine Resources]
; Style Sheets, Graphics and other Resources used by the layout engine.
@RESPATH@/res/EditorOverride.css
+1 −6
Original line number Diff line number Diff line
@@ -11,11 +11,6 @@ Classes = [
        'type': 'nsReadConfig',
        'headers': ['/extensions/pref/autoconfig/src/nsReadConfig.h'],
        'init_method': 'Init',
        'categories': {
            'pref-config-startup': {
                'name': 'ReadConfig Module',
                'backgroundtasks': BackgroundTasksSelector.ALL_TASKS,
            },
        },
        'categories': {'pref-config-startup': 'ReadConfig Module'},
    },
]
Loading