gecko/toolkit/components
J. Ryan Stinnett 0af8bf06b1 Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
This change renames OriginAttributes.mInBrowser to mInIsolatedMozBrowser and
nsIPrincipal::GetIsInBrowserElement to GetIsInIsolatedMozBrowserElement.  Other
methods that pass these values around also have name changes.

Tokens such as "inBrowser" have previously been serialized into cache keys, used
as DB column names, stored in app registries, etc.  No changes are made to any
serialization formats.  Only runtime method and variable names are updated.

No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations.  These are corrected in subsequent patches
focused on behavior.

MozReview-Commit-ID: 66HfMlsXFLs
2016-03-02 10:35:56 -06:00
..
aboutcache Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe 2016-02-03 13:12:18 -08:00
aboutcheckerboard Bug 1238042 - Add about:checkerboard. r=ehsan,botond 2016-01-22 20:27:28 -05:00
aboutmemory Bug 1245649: Enable no-nested-ternary. r=mconley 2016-02-03 21:17:16 -08:00
aboutperformance Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe 2016-02-03 13:12:18 -08:00
addoncompat Bug 1250611: Fix more tests to use signed add-ons. r=rhelmer 2016-02-29 10:04:55 -08:00
alerts Bug 1206560 - Show the site favicon in XUL notifications. r=jaws 2016-02-27 13:47:22 -08:00
apppicker Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08:00
asyncshutdown Bug 1249590 - Bullet-proofing AsyncShutdown wrt exceptions;r=froydnj 2016-02-19 12:51:04 +01:00
autocomplete Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
build Bug 1249393 - Getting rid of more Nightly-only gates for about:performance;r=me 2016-02-29 21:58:32 +01:00
captivedetect
commandlines Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
console Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
contentprefs Bug 1245649: Turn on use-isnan, no-unexpected-multiline, no-octal and no-self-compare. r=MattN 2016-02-03 18:21:30 -08:00
cookie Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
crashes Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
crashmonitor Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08:00
ctypes Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
diskspacewatcher
downloads Bug 1245649: Turn on use-isnan, no-unexpected-multiline, no-octal and no-self-compare. r=MattN 2016-02-03 18:21:30 -08:00
extensions Bug 1248855 - [webext] Follow-up: Add matching "array-bracket-spacing" rule. r=me 2016-03-01 13:49:48 -08:00
exthelper
feeds Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
filepicker Bug 1245649: Turn on use-isnan, no-unexpected-multiline, no-octal and no-self-compare. r=MattN 2016-02-03 18:21:30 -08:00
filewatcher Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08:00
finalizationwitness
find
formautofill Bug 1245649: Enable no-negated-in-lhs, no-native-reassign, no-func-assign and no-labels. r=MattN 2016-02-03 20:47:08 -08:00
gfx Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
help
jsdownloads Bug 1250581 - Enable the browser_DownloadPDFSaver.js test on e10s. r=me 2016-02-26 12:06:36 +02:00
lz4
maintenanceservice
mediasniffer Bug 1244523: [mp4] P2. Have sniffer recognise ftyp qt subtype. r=cpearce 2016-02-02 16:27:47 +11:00
microformats Bug 1245649: Enable no-nested-ternary. r=mconley 2016-02-03 21:17:16 -08:00
osfile Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug 2016-02-22 10:11:02 -08:00
parentalcontrols
passwordmgr Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: ignore statements which eslint regards as native reassignments. r=MattN 2016-02-28 14:11:46 -08:00
perf
perfmonitoring Bug 1250611: Fix more tests to use signed add-ons. r=rhelmer 2016-02-29 10:04:55 -08:00
places Bug 1250363 - Speed up history removals through a simulated per-statement trigger. r=yoric 2016-02-23 02:21:03 +01:00
printing Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
privatebrowsing
processsingleton
promiseworker Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08:00
prompts Bug 1250772 - Remove softkb-change observer listener. r=mossop 2016-02-24 12:52:38 +09:00
protobuf
reader Bug 1226238 - (Part 5) Update reader view toolbar styles. r=Gijs,ahunt 2016-02-22 14:28:02 -08:00
reflect
remote Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
remotebrowserutils
satchel Bug 976940 - FormHistory.update() should call handleError if form history is disabled and the operation is not a removal. r=markh 2016-02-22 18:17:43 +01:00
search Bug 1251268 - MozParam condition="pref" should use values from the default pref branch and URI encode them, r=adw. 2016-02-29 11:45:33 +01:00
securityreporter Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler 2016-01-30 08:07:38 +00:00
social Merge fx-team to central, a=merge 2016-02-26 12:19:25 -08:00
sqlite
startup Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
statusfilter Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
telemetry Bug 1251667 - Add a measure SLOW_SCRIPT_PAGE_COUNT, which measures the number of pages per session that have slow scripts. r=wmccloskey 2016-03-01 11:16:33 -05:00
terminator Bug 1252382 - Get rid of PR_Sleep in the terminator;r=froydnj 2016-03-01 09:01:22 +01:00
thumbnails Bug 1247641 - When loading a background thumbnail, load about:blank asynchronously when a load fails to avoid endless redirects. r=markh 2016-02-16 16:34:25 -08:00
timermanager Bug 1245649: Enable no-nested-ternary. r=mconley 2016-02-03 21:17:16 -08:00
typeaheadfind Bug 1244798: Check for null before proceeding. r=smaug 2016-02-03 13:30:46 -08:00
url-classifier Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
urlformatter
utils
viewconfig Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
viewsource Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe 2016-02-03 13:12:18 -08:00
workerloader
xulstore
moz.build Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler 2016-01-30 08:07:38 +00:00
nsDefaultCLH.js Bug 1245649: Turn on no-irregular-whitespace and no-mixed-spaces-and-tabs. r=jaws 2016-02-03 18:09:49 -08:00
nsDefaultCLH.manifest