Commit Graph

168334 Commits

Author SHA1 Message Date
Kannan Vijayan
b2c878eda4 Bug 952891 - Check in omitted tests and implementation code from last push on a CLOSED TREE. r=jimb r=jorendorff 2014-02-13 14:57:36 -05:00
Bobby Holley
3b0a522050 Bug 965901 - Followup bustage fix. r=me CLOSED TREE 2014-02-13 11:55:11 -08:00
Bobby Holley
010de8007f Bug 960828 - Diagnostics. r=mccr8 2014-02-13 11:54:59 -08:00
Kannan Vijayan
a2d41415b7 Bug 952891 - Add PIC fast-path for ForOfIterator iteration over arrays. r=jimb r=jorendorff DONTBUILD 2014-02-13 14:29:00 -05:00
Kannan Vijayan
98aa4aaa70 Backed out changeset 45f374858666 (bug 852891) for bad commit message referencing wrong bug. DONTBUILD 2014-02-13 14:24:37 -05:00
Kannan Vijayan
f4da41f2da Bug 972087 - Add PIC fast-path for ForOfIterator iteration over arrays. r=jimb r=jorendorff 2014-02-13 14:20:27 -05:00
Patrick McManus
69ceaccced bug 905460 - necko cleanups: manual ref counts, 32 bit formatters, whitespace r=sworkman
--HG--
extra : rebase_source : 2bfdaf1fc84d86ff07ed7fcad14447f591672beb
2014-01-17 17:06:25 -05:00
Eric Faust
b41c031b17 Bug 971319 - Stop passing redundant barriering information through to GetPropertyIC. (r=jandem) 2014-02-13 11:04:49 -08:00
Zack Weinberg
ccfea40879 Bug 964379: make sure all keys of mozinfo.info are ASCII, for Python 2.6.(<5) compat. r=gps 2014-02-13 14:06:51 -05:00
Milan Sreckovic
27abf0ad4d Bug 912794 - Setup a place where graphics preferences can live, safe from multi-threading issues. r=bjacob 2014-02-13 12:38:40 -05:00
Bobby Holley
d11531d2a6 Bug 965981 - Wrap ids in XPCWrappedNativeXrayTraits::enumerateNames. r=mccr8 2014-02-13 10:54:08 -08:00
Bobby Holley
73ce31f07f Bug 965901 - Add an ENUMERATE policy action. r=gabor sr=mrbkap 2014-02-13 10:54:08 -08:00
Bobby Holley
66cc972e63 Bug 965901 - Track and assert the policy action in AutoEnterPolicy/assertEnteredPolicy. r=gabor sr=mrbkap 2014-02-13 10:54:07 -08:00
Ryan VanderMeulen
9ab1f93eca Backed out changeset 0a3fa6d853a6 (bug 915824) for effectively re-enabling tests that were disabled on B2G.
CLOSED TREE

--HG--
rename : content/base/test/csp/file_csp_report.sjs => content/base/test/file_bug548193.sjs
rename : content/base/test/csp/file_policyuri_async_fetch.html => content/base/test/file_bug558431.html
rename : content/base/test/csp/file_policyuri_async_fetch.html^headers^ => content/base/test/file_bug558431.html^headers^
rename : content/base/test/csp/file_redirect_content.sjs => content/base/test/file_bug650386_content.sjs
rename : content/base/test/csp/file_redirect_report.sjs => content/base/test/file_bug650386_report.sjs
rename : content/base/test/csp/file_subframe_run_js_if_allowed.html => content/base/test/file_bug702439.html
rename : content/base/test/csp/file_multi_policy_injection_bypass.html => content/base/test/file_bug717511.html
rename : content/base/test/csp/file_multi_policy_injection_bypass.html^headers^ => content/base/test/file_bug717511.html^headers^
rename : content/base/test/csp/file_multi_policy_injection_bypass_2.html => content/base/test/file_bug717511_2.html
rename : content/base/test/csp/file_multi_policy_injection_bypass_2.html^headers^ => content/base/test/file_bug717511_2.html^headers^
rename : content/base/test/csp/test_csp_report.html => content/base/test/test_bug548193.html
rename : content/base/test/csp/test_policyuri_async_fetch.html => content/base/test/test_bug558431.html
rename : content/base/test/csp/test_301_redirect.html => content/base/test/test_bug650386_redirect_301.html
rename : content/base/test/csp/test_302_redirect.html => content/base/test/test_bug650386_redirect_302.html
rename : content/base/test/csp/test_303_redirect.html => content/base/test/test_bug650386_redirect_303.html
rename : content/base/test/csp/test_307_redirect.html => content/base/test/test_bug650386_redirect_307.html
rename : content/base/test/csp/test_subframe_run_js_if_allowed.html => content/base/test/test_bug702439.html
rename : content/base/test/csp/file_subframe_run_js_if_allowed.html^headers^ => content/base/test/test_bug702439.html^headers^
rename : content/base/test/csp/test_multi_policy_injection_bypass.html => content/base/test/test_bug717511.html
2014-02-13 12:54:31 -05:00
Patrick McManus
16624d3391 bug 971893 crash in onMsgCancelTransaction r=hurley
--HG--
extra : rebase_source : 3577ce28650db79883b3c39331d2e44413a2b96a
2014-02-13 10:52:57 -05:00
Nick Alexander
f1b0cc2217 Bug 971272 - Post: Add informational test showing unnecessary directories may be created. r=gps 2014-02-13 09:09:09 -08:00
Nick Alexander
d022342df3 Bug 971272 - Part 3: Use required_directories in FileCopier.copy. r=gps 2014-02-13 09:09:08 -08:00
Nick Alexander
f52b37797f Bug 971272 - Part 2: Expose FileRegistry.required_directories. r=gps 2014-02-13 09:09:08 -08:00
Nick Alexander
b3c684284a Bug 971272 - Part 1: Guard against adding {foo, foo/bar} to FileRegistry. r=gps
This already raised if the order was [foo, foo/bar].  But it didn't
prevent adding [foo/bar, foo].

The only sub-classes of FileRegistry are FileCopier and Jarrer.

FileCopier.copy threw in the previously unhandled case: the order of
creation is the same as the order of addition, so that foo is created
after foo/bar.

A zip file index can contain both foo and foo/bar.  I don't think we
should rely on this property in our use of Jarrer, but if we already do,
I guess we need to move these guards into FileCopier.  Let's hope that's
not the case!

(For the record: On my Mac OS X system, unzipping such a zip file
prompts the user for what to do, depending on the order of the entries
in the zip index.)
2014-02-13 09:09:08 -08:00
Nick Alexander
9b3eecf85d Bug 971265 - Add --no-remove-empty-directories to process_install_manifest.py. r=gps 2014-02-13 09:09:08 -08:00
Nick Alexander
cb285a5991 Bug 971265 - Pre: Don't write file in test_util.py. r=gps 2014-02-13 09:09:07 -08:00
Nathan Froyd
a3e18979f8 Bug 972394 - mark PerThreadData::AutoEnterRuntime as MOZ_STACK_CLASS; r=luke 2014-02-13 10:39:57 -05:00
Nathan Froyd
43f3b2c5da Bug 972381 - mark AutoThreadSafeAccess as MOZ_STACK_CLASS; r=terrence 2014-02-13 09:40:21 -05:00
Nathan Froyd
e8c9ef59b8 Bug 972372 - fix DOMWINDOW printfs to use the canonical nsISupports pointer for matching CC logs; r=bz 2014-02-12 12:53:13 -05:00
Bill McCloskey
414cc1efff Bug 963952 - [e10s] Don't use basic compositor when using D3D11 compositor (r=mattwoodrow) 2014-02-13 08:53:50 -08:00
Ted Mielczarek
3e946763c5 bug 968837 - bustage fix for the CLOSED TREE r=bustage 2014-02-13 11:13:45 -05:00
Jon Coppeard
0eac977006 Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz 2014-02-13 15:33:04 +00:00
Jon Coppeard
43a2af01b6 Bug 939499 - Pause barrier verification before changing mark stack size r=billm 2014-02-13 15:33:04 +00:00
Ryan VanderMeulen
015eea37af Merge m-c to inbound. 2014-02-13 10:31:44 -05:00
Ryan VanderMeulen
8021790b6f Merge inbound to m-c. 2014-02-13 10:30:03 -05:00
Ryan VanderMeulen
fb900daecd Merge b2g-inbound to m-c. 2014-02-13 10:25:29 -05:00
Ryan VanderMeulen
49f79aa23d Merge fx-team to m-c. 2014-02-13 10:16:03 -05:00
Ted Mielczarek
188466ab56 Bug 971802 - Make mozpack capable of storing unix file permissions in jars. r=glandium 2014-02-13 07:47:00 -05:00
Lucas Rocha
bcd64a7265 Bug 971745 - Ignore Back presses while initial bookmark list is loading (r=mfinkle) 2014-02-13 11:53:39 +00:00
Vicamo Yang
5d4b7b07b3 Bug 969109 follow-up: strictly define the order of participating promises. r=echou, f=jaliu 2014-02-13 19:52:05 +08:00
Lucas Rocha
a5e5d77b99 Bug 935542 - Unset site selection listener when PinSiteDialog gets destroyed (r=mfinkle) 2014-02-13 11:48:56 +00:00
Lucas Rocha
c7d4334ec4 Bug 935542 - PinSiteDialog fragment should be owned by TopSitesPanel (r=mfinkle) 2014-02-13 11:48:56 +00:00
Lucas Rocha
a16cb91d73 Bug 968170 - Only refresh all HomeConfig entries when requested (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
7d77666147 Bug 968170 - Factor out method to replace a PanelConfig in a list (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
8588506603 Bug 968170 - Remove unused DELETED state from PanelConfig (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
111df1d823 Bug 968170 - Change HomeConfigInvalidator to operate on pending changes (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
c05e8efc3f Bug 968170 - Use base class for ConcurrentLinkedQueue (r=margaret) 2014-02-13 11:46:24 +00:00
B2G Bumper Bot
26bf2e2c41 Bumping manifests a=b2g-bump 2014-02-13 03:40:55 -08:00
B2G Bumper Bot
187fc2d936 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6fbf376b9813
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #16131 from gabrielesvelto/bug-917193-tones-glitch-workaround

Bug 917193 - Use samples instead of waveform generators for short audible tones

========

https://hg.mozilla.org/integration/gaia-central/rev/b9b205d4a863
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 917193 - Use samples instead of waveform generators for short audible tones r=etienne
2014-02-13 03:40:10 -08:00
Nicolas Silva
27d133cd82 Bug 971744 - Move checks from GetAsDrawTarget to Lock in D3D9 TextureClient. r=mattwoodrow 2014-02-13 11:45:13 +01:00
B2G Bumper Bot
afc76d64cf Bumping manifests a=b2g-bump 2014-02-13 02:40:57 -08:00
B2G Bumper Bot
e335c9c7de Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cfce4cfd13f6
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #16242 from cctuan/971644

Bug 971644 - JavascriptException: JavascriptException: NS_ERROR_FILE_NOT...

========

https://hg.mozilla.org/integration/gaia-central/rev/00f4b77c7cad
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 971644 - JavascriptException: JavascriptException: NS_ERROR_FILE_NOT_FOUND raised during setup
2014-02-13 02:35:11 -08:00
Jacek Caban
cc224d116e Bug 971646 - FileUtilsWin.h fails to compile on GCC. r=bsmedberg 2014-02-13 11:25:26 +01:00
B2G Bumper Bot
89770f41bc Bumping manifests a=b2g-bump 2014-02-13 01:52:42 -08:00
B2G Bumper Bot
73e98e7f92 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/35970bcd80cb
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #16241 from evanxd/bug-972215

Bug 972215 - Update the doc for running a specific marionette test.

========

https://hg.mozilla.org/integration/gaia-central/rev/7a0d6419a308
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 972215 - Do documentation for invoking some specific marionette tests. r=eragon
2014-02-13 01:52:34 -08:00