Commit Graph

298923 Commits

Author SHA1 Message Date
Bobby Holley
8a446dd113 Bug 834732 - Remove PushBehavior. r=mrbkap
Now that we only have ALWAYS_PUSH and ASSERT_SCRIPT_CONTEXT, we have uniform
release-mode behavior everywhere. Remove the crap.
2013-02-13 00:22:26 +01:00
Bobby Holley
383f32fa9f Bug 834732 - Move cx pushing into nsPluginProtoChainInstallRunner. r=mrbkap
This gets rid of the last use of REQUIRE_SCRIPT_CONTEXT. \o/
2013-02-13 00:22:26 +01:00
Bobby Holley
20b71396d7 Bug 834732 - Make nsDocShell::AddState push the JSContext if it grabs one, and remove push in nsStructuredCloneContainer. r=mrbkap
This gets rid of one of the last consumers of REQUIRE_SCRIPT_CONTEXT.
2013-02-13 00:22:26 +01:00
Bobby Holley
7255462f10 Bug 834732 - Make SafeAutoJSContext actually push something. r=mrbkap
Currently it never does, because the SafeJSContext doesn't have an
nsIScriptContext behind it. :-(
2013-02-13 00:22:26 +01:00
Bobby Holley
fbadb5c010 Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-13 00:22:26 +01:00
Fabrice Desré
6cecbe351b Bug 840698 - Activities are broken r=cjones 2013-02-12 15:19:50 -08:00
Sunny
023fcf43e5 Bug 689821 - Clean up browser/components/preferences/sync.js. r=rnewman 2013-02-12 15:16:32 -08:00
Steve Fink
c1fe1f03be Bug 668583 - Detect rope corruption earlier in opt builds. r=billm
--HG--
extra : rebase_source : 646e143f453f36c72c379dae521cc59b24fc5584
2013-02-12 11:07:26 -08:00
respindola@mozilla.com
0647d2cf70 Bug 840622: include path case issue from webrtc.org issue 1091011 r=jesup 2013-02-12 16:45:36 -05:00
Randell Jesup
dfd4844446 Bug 839568: Typo in SCTP logging r=jesup 2013-02-12 16:38:22 -05:00
Randell Jesup
81e670e530 Bug 833217: Null out listener if we're no longer listening for DataChannel events r=abr 2013-02-12 16:32:43 -05:00
Landry Breuil
2a67cb19b7 Bug 840611: Fix build on BE archs (ie ppc) after bug 834242. r=terrence 2013-02-12 22:29:29 +01:00
Brandon Waterloo
0ac41175ec Bug 719318 - Better default window sizes. r=dolske 2013-02-12 13:29:10 -08:00
Trevor Saunders
d989fedbf6 bug 829382 - remove nsIWinAccessNode and stuff from ia2AccessibleTableCell r=surkov 2013-01-09 05:20:35 -05:00
Trevor Saunders
a1b7fbfef4 bug 767272 - don't use nsIAccessibleTable type stuff in ia2AccessibleTable r=surkov 2013-01-09 03:51:30 -05:00
Dão Gottwald
ecc8ff62b4 Bug 840526 - Front-end workaround for bug 839974. r=fryn 2013-02-12 22:16:28 +01:00
Chris Jones
d87b9a4f0e Bug 840372: Don't let valid regions grow beyond 8 rects. r=roc 2013-02-12 13:13:16 -08:00
Nicholas Cameron
b9dfd6c587 Bug 828531; fix scaling CSS pixels for animations; r=roc
--HG--
extra : rebase_source : 0e24bf2ee472a37b742efe3d142c2c25fef3e572
2013-02-13 10:00:54 +13:00
Matthew Noorenberghe
8d01be2124 Bug 590068 - Use search service to keep track of additional search params in about:home. r=gavin,mak
--HG--
extra : rebase_source : a661690d73d449aaa4a5a5a8d0dfc72034f8a5df
2012-04-04 02:50:39 -07:00
Matthew Noorenberghe
8bcde8cfbf Bug 587780 - Part 5 - Test Google search params with @purpose. r=gavin
--HG--
extra : rebase_source : 9cdf65c3570474f543a2e9cdaf9554a62e627559
2012-05-03 23:42:29 -07:00
Matthew Noorenberghe
5846ee450b Bug 587780 - Part 4 - Test search service's JSON cache. r=rnewman,gavin
--HG--
extra : rebase_source : a9d33c2fa497e8966986a6feca4f02dd7ebf6569
2012-04-18 14:39:30 -04:00
Matthew Noorenberghe
3b61721a12 Bug 587780 - Part 3 - Switch consumers from using a special content-type to the purpose argument. r=rnewman,gavin
--HG--
extra : rebase_source : 0803327b33f416fb0c679015495d376f6bce19a0
2012-04-04 02:50:39 -07:00
Matthew Noorenberghe
9f5ae308bc Bug 587780 - Part 2 - Tests for purpose argument for searches. r=gavin
--HG--
extra : rebase_source : 48f7a2c4ac25f8617955d47e2ef30984d48669e7
2012-04-04 02:50:39 -07:00
Matthew Noorenberghe
20ac771df4 Bug 587780 - Part 1 - Add "purpose" argument to getSubmission, to allow varying search parameters depending on search context. original-patch=gavin r=rnewman
--HG--
extra : rebase_source : 6015b78b46ea21136be7a747cd0856b2fe93f4ce
2011-12-20 16:20:21 -08:00
Matthew Noorenberghe
f7c4d29d1d Bug 583175 - Add a security delay to popup notifications. r=gavin,dolske ui-r=shorlander
--HG--
extra : rebase_source : dbbf7551e3aa502a5d2a4fa5384d161a5f05671a
2012-10-26 15:15:31 -07:00
James Willcox
e5b9e1a809 Bug 839456 - Annotate crash reports with Flash version on Android r=bsmedberg 2013-02-12 15:33:38 -05:00
Patrick McManus
2417d74299 bug 837939 announce spdy max streams 0 to disable push r=honzab 2013-02-12 15:07:50 -05:00
Aaron Klotz
163938d566 Bug 833560 - Part 2: Add timings to Plugin Hang UI telemetry. r=vdjeric 2013-02-12 15:05:39 -05:00
Ryan VanderMeulen
f1e4d8d836 Merge m-c to inbound. 2013-02-12 15:05:37 -05:00
Jim Blandy
df2818344b Bug 840319: Keep js/src/gdb/gdb-tests.cpp's 'breakpoint' function from being unified with other functions in SM. r=sfink 2013-02-12 11:55:00 -08:00
Jim Blandy
30fa5dfcaa Bug 839791: Update JS GDB support for JS_ARRAY_HOLE -> JS_ELEMENTS_HOLE change. r=sfink 2013-02-12 11:55:00 -08:00
Terrence Cole
b34103932c Bug 839215 - Make large typedarrays singletons more aggressively; r=bhackett
--HG--
extra : rebase_source : df0ea62ae25f7c106de01e38fb8ac729b0148f63
2013-02-12 11:50:49 -08:00
Rafael Ávila de Espíndola
ab7df06f02 Bug 840633 - style fix. r=smaug. 2013-02-12 14:43:52 -05:00
Tim Taubert
cf104e2784 merge m-c to fx-team 2013-02-12 19:08:06 +01:00
Ed Morley
6838b640f5 Merge latest green inbound changeset to mozilla-central 2013-02-12 14:43:06 +00:00
Ed Morley
31d38b9e91 Bug 838160 - Add missing script to test_output_element.html to fix orange; r=me 2013-02-12 12:08:32 +00:00
Ms2ger
0bd671d1f3 No bug - Remove .orig file. 2013-02-12 11:14:31 +01:00
Ms2ger
debc401c51 No bug - Remove unused variable from reflect.js; r=mounir 2013-02-12 11:14:01 +01:00
Ms2ger
6ae4d92261 Bug 838178 - Remove dom/bindings/stubgenerator; r=ehsan 2013-02-12 11:14:01 +01:00
Ms2ger
8eb9c85444 Bug 837176 - Simplify code flow in CheckSideEffects; r=jorendorff 2013-02-12 11:14:01 +01:00
Ms2ger
953ee90673 Bug 838160 - Part c: Add a test for HTMLOutputElement.name reflection; r=bz 2013-02-12 11:13:57 +01:00
Ms2ger
485fd1b337 Bug 838160 - Part b: Move HTMLOutputElement to Paris bindings; r=bz 2013-02-12 11:11:01 +01:00
Ms2ger
3e13371072 Bug 838160 - Part a: Rename nsHTMLOutputElement to mozilla::dom::HTMLOutputElement; r=bz
--HG--
rename : content/html/content/src/nsHTMLOutputElement.cpp => content/html/content/src/HTMLOutputElement.cpp
rename : content/html/content/src/nsHTMLOutputElement.cpp => content/html/content/src/HTMLOutputElement.h
2013-02-12 11:10:44 +01:00
Ms2ger
427d293751 Bug 839179 - Part d: Make sure the button element bindings throw exceptions where necessary; r=bz 2013-02-12 11:10:32 +01:00
Ms2ger
b3fccc7040 Bug 835065 - Part c: Move SVGComponentTransferFunctionElement and subclasses to Paris bindings; r=bz 2013-02-12 11:10:24 +01:00
Ms2ger
4ff98105bb Bug 835065 - Part b: Move the declarations for SVGComponentTransferFunctionElement and subclasses into a header; r=bz
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGComponentTransferFunctionElement.h
2013-02-12 11:01:17 +01:00
Ms2ger
79a9d7a83b Bug 835065 - Part a: Move SVGComponentTransferFunctionElement and subclasses into the mozilla::dom namespace; r=bz 2013-02-12 10:56:55 +01:00
Ms2ger
d291f8365c Bug 838088 - Update html tests; rs=mounir
--HG--
rename : dom/imptests/failures/html/tests/submission/Opera/microdata/Makefile.in => dom/imptests/failures/html/old-tests/submission/Opera/microdata/Makefile.in
rename : dom/imptests/failures/html/tests/submission/Opera/microdata/test_001.html.json => dom/imptests/failures/html/old-tests/submission/Opera/microdata/test_001.html.json
rename : dom/imptests/html/tests/submission/Mozilla/test_pageload-image.html => dom/imptests/html/html/browsers/browsing-the-web/read-media/test_pageload-image.html
rename : dom/imptests/html/tests/submission/Mozilla/test_pageload-video.html => dom/imptests/html/html/browsers/browsing-the-web/read-media/test_pageload-video.html
rename : dom/imptests/html/tests/submission/Mozilla/test_script-for-onload.html => dom/imptests/html/html/semantics/scripting-1/the-script-element/test_script-for-onload.html
rename : dom/imptests/html/tests/submission/Mozilla/test_body-onload.html => dom/imptests/html/html/webappapis/scripting/events/test_body-onload.html
rename : dom/imptests/html/tests/submission/Mozilla/test_window-onerror-parse-error.html => dom/imptests/html/html/webappapis/scripting/processing-model-2/test_window-onerror-parse-error.html
rename : dom/imptests/html/tests/submission/Mozilla/test_window-onerror-runtime-error-throw.html => dom/imptests/html/html/webappapis/scripting/processing-model-2/test_window-onerror-runtime-error-throw.html
rename : dom/imptests/html/tests/submission/Mozilla/test_window-onerror-runtime-error.html => dom/imptests/html/html/webappapis/scripting/processing-model-2/test_window-onerror-runtime-error.html
rename : dom/imptests/html/tests/submission/Opera/microdata/Makefile.in => dom/imptests/html/old-tests/submission/Opera/microdata/Makefile.in
rename : dom/imptests/html/tests/submission/Opera/microdata/test_001.html => dom/imptests/html/old-tests/submission/Opera/microdata/test_001.html
2013-02-12 10:54:30 +01:00
Ms2ger
3d5702ea2e No bug - Remove windows line endings from Opera's microdata test in preparation for an update. 2013-02-12 10:53:21 +01:00
Panos Astithas
bc907ba73e Bug 830818 - Always trust native getters when fetching properties, to show directly the values in the debugger's Variables View; r=vporof,rcampbell 2013-02-12 10:38:24 +02:00