Commit Graph

121559 Commits

Author SHA1 Message Date
Timothy Nikkel
6efdfa0533 Bug 784591. Part 1.5. Remove the SHOULD_BE_TRACKED bit and just always track non-null requests. r=joe,khuey
Also assert that the request is null when we do not track it.
2013-02-13 14:18:08 -06:00
Timothy Nikkel
5b892bdd47 Bug 784591. Just end the crashtest ownerdiscard.html after 30 seconds if the image doesn't get decoded. r=jdm
The test normally ends when the image is discarded. But there is nothing in the test that requires the image to ever be decoded. To properly test the original bug that this test is intended for we want the following sequence: imgRequestProxy::Cancel, imgRequestProxy::ChangeOwner, and then the image getting discarded. The cancel call makes it hard to get a full decode started, especially since it needs to happen before the ChangeOwner call which itself happens quite early. So it appears that there is no easy way to modify the test to keep this sequence of events 100% of the time.

However the test as it currently stands does indeed get this sequence of events most of the time, so it continues to test the right thing most of the time. The few times it doesn't test the right thing we can just move on.
2013-02-13 14:18:07 -06:00
Jim Chen
69011c9296 Bug 826053 - Add MOZ_ANDROID_ANR_REPORTER configure option; r=glandium 2013-02-13 15:04:22 -05:00
Fabrice Desré
8983c2c85b Bug 839810 - Race condition installing apps on linux r=ferjm 2013-02-13 11:55:45 -08:00
L. David Baron
7621b6de00 Bug 840367: Fix misnaming of keyword IDs in nsCSSKeywordList.h. r=heycam 2013-02-13 11:53:56 -08:00
L. David Baron
973546e2ad Bug 836329: Fix regression handling 'rem' units in media queries. r=bzbarsky
I confirmed that the added tests fail without the patch and pass with
the patch.
2013-02-13 11:53:56 -08:00
Wes Johnston
6bef704b51 Bug 830760 - Don't zoom into fields on tablets of pages with metaviewports. r=kats DONTBUILD 2013-02-13 11:36:29 -08:00
Wes Johnston
00c73e0b1e backout 28c0078a4d76 to fix commit message 2013-02-13 11:42:09 -08:00
Kannan Vijayan
a0b4001cd0 Bug 840162 - Fix toggled call branch tracing on ARM. r=mjrosenb 2013-02-13 14:38:24 -05:00
Wes Johnston
070a8e24e2 Bug 83760 - Disable zoom into fields on tablets and pags with metaviewport. r=kats
* * *
Bug 830760 - Don't zoom into fields on tablets or pages with metaviewports. r=kats
2013-02-13 11:36:29 -08:00
Wes Johnston
33578ba0fd Bug 836356 - Use system text colors in crash reporter. r=sriram 2013-02-13 11:36:27 -08:00
Nathan Froyd
a42ee4c598 Bug 835646 - remove NS_{GET,PUT}_{FLOAT,DOUBLE}; r=bsmedberg 2013-01-28 21:20:01 -05:00
Terrence Cole
b463fd6507 Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke 2013-02-12 17:48:10 -08:00
Terrence Cole
ae3a10829b Back out changeset 0d285589f47a (Bug 839673) - Broken Merge 2013-02-13 11:04:25 -08:00
Terrence Cole
884dec5816 Bug 839673 - Do not access the ArenaHeader of already-finalized GCThings; r=luke
--HG--
extra : rebase_source : 8880f66b823b58b8d723fbf2bca4848cc1173ce9
2013-02-12 17:48:10 -08:00
Rafael Ávila de Espíndola
5308cd3d2a Bug 840758 - Get the profile directory earlier. r=BenWa. 2013-02-13 13:53:21 -05:00
Matt Brubeck
200b415098 Bug 841058 - Remove unused PageActions code and strings from /browser/metro [r=jimm] 2013-02-13 10:47:05 -08:00
Geoff Brown
0930478e80 Bug 823452: Check logcat for Java exceptions; r=jmaher 2013-02-13 11:42:15 -07:00
Ivaylo Dimitrov
27f054a170 Bug 836243 - Relax gstreamer version requirement. r=alessandro.d 2013-02-13 10:37:49 -08:00
Gregory Szorc
b35fbc377c Bug 840177 - Part 2: Record about:home searches in Firefox Health Report; r=gavin, r=rnewman 2013-02-13 10:34:34 -08:00
Gregory Szorc
b6db5497eb Bug 840177 - Part 1: Fire a DOM event when a search occurs on about:home; r=gavin 2013-02-13 10:34:32 -08:00
Jeff Hammel
1508de1b51 Bug 838079 - get memtest.py on mozbase or kill it;r=ted
--HG--
extra : rebase_source : a8555798ae07e79ada2d49f1a06eecda636c4195
2013-02-13 10:20:13 -08:00
Bobby Holley
89e4df03dc Bug 839792 - Revert Tamper-proofing. r=bz
This reverts bug 821850 part 16, and updates the tests accordingly.
2013-02-13 19:16:19 +01:00
Bobby Holley
b1f783c725 Bug 839792 - Do XBL lookups on the shadow prototype. r=bz 2013-02-13 19:16:19 +01:00
Bobby Holley
135c73b30d Bug 839792 - Store members on a shadow proto in the XBL scope. r=bz 2013-02-13 19:16:19 +01:00
Till Schneidereit
9e993e5cc6 Bug 679940 - Share bytecode, source notes and atoms of functions in a runtime wherever possible. r=bhackett
--HG--
extra : rebase_source : 1518f7830a5640a2216c2d828859b8660d3fff60
2013-02-02 00:02:08 +01:00
Jeff Hammel
12559a8c1a Bug 838074 - mirror test.py, test.ini, setup_development.py -> m-c;r=jgriffin
--HG--
extra : rebase_source : 4f597fe8d636a49ac7dce8e93f67de503bb5cd48
2013-02-12 16:57:03 -08:00
Sriram Ramasubramanian
1faba762df Bug 840346: Flat UI in about: pages. [r=mfinkle]
--HG--
extra : rebase_source : 147cbcc250e0a34055b6fd9520a0c8b377543b2d
2013-02-13 08:50:57 -08:00
Sriram Ramasubramanian
f9af7d0cdb Bug 840346: Remove unwanted icons. [r=mfinkle]
--HG--
extra : rebase_source : e49ab63a955f8ecd29dcd911b7d5caac14bf009e
2013-02-13 08:50:57 -08:00
Sriram Ramasubramanian
cb6d3d128e Bug 840346: Cleanup persona methods. [r=mfinkle]
--HG--
extra : rebase_source : 0f2e292f620640b21703306fe2796841e90954e1
2013-02-13 08:50:57 -08:00
Sriram Ramasubramanian
809df9c68e Bug 840346: Flat URL bar. [r=mfinkle]
--HG--
extra : rebase_source : 25e8b78e6ef97e3bb1e0ccb701bd98d9d1b24e4c
2013-02-13 08:50:56 -08:00
Ryan VanderMeulen
e3b644926c Backed out changeset c8479bdaf0c8 (bug 839171) for mochitest-browser-chrome failures on a CLOSED TREE. 2013-02-13 12:32:00 -05:00
Boris Zbarsky
b809b28db6 Bug 833808 followup. Placate over-strict test in CLOSED TREE. 2013-02-13 11:32:40 -05:00
Patrick McManus
b6817e9119 bug 819044 backout changes to spdy goaway handling r=backout
--HG--
extra : rebase_source : 9e45cf2f9b25a015c3f39dcee162d144d1343640
2013-02-13 10:50:42 -05:00
Geoff Brown
4c02d4e050 Bug 840725: Cleanup robocop tab retrieval functions; r=jmaher
--HG--
extra : rebase_source : de92ecbb4812bd8ff62e43403ccc2c35213e0b04
2013-02-13 08:54:44 -07:00
Georg Fritzsche
7ffc75bff5 Bug 813906 - Mochitest for unified base URI usage. r=bsmedberg 2012-11-23 20:35:49 +01:00
Sunny
932d94efd8 Bug 839171 - Update formMethod reflection to have the empty string as default value (and 'get' as invalid value). r=mounir 2013-02-13 10:35:35 -05:00
Oleg Romashin
0c161d0242 Bug 834323 - Consider to remove hardcoded samplerate from gstreamer pipeline. r=alessandro, f=rillian 2013-02-13 10:35:35 -05:00
Ryan VanderMeulen
65e705c863 Merge m-c to inbound. 2013-02-13 10:35:33 -05:00
Mark Finkle
90cfc22a2a Bug 837393 - Remove webapps from the recent apps list r=wesj 2013-02-13 10:26:05 -05:00
Mark Finkle
2f067c24b8 Bug 835399 - Allow launching non-privileged webapps with a URL r=wesj 2013-02-13 10:26:03 -05:00
Ryan VanderMeulen
85eaa8e729 Merge the inbound to m-c. 2013-02-13 10:19:28 -05:00
Boris Zbarsky
79b00ac815 Bug 840614. Fix the browserelement auth tests to not throw exceptions and actually test what they mean to test. r=jdm 2013-02-13 10:11:53 -05:00
Boris Zbarsky
83af484d87 Bug 833808 part 2. Add some utilities for working with selectors to inspector utils. r=dbaron 2013-02-13 10:11:53 -05:00
Boris Zbarsky
418b98fa69 Bug 833808 part 1. Inspector code should be IMPL_NS_LAYOUT. r=dbaron 2013-02-13 10:11:53 -05:00
Boris Zbarsky
002618e54d Bug 618479 part 2. Use binary, not linear, search to determine timer insertion locations. r=brendan 2013-02-13 10:11:53 -05:00
Boris Zbarsky
880e764352 Bug 618479 part 1. Clean up the nsTArray binary-insert code a little bit. r=jlebar,kinetik 2013-02-13 10:11:53 -05:00
Jim Mathies
a4642754c6 Bug 840948 - Fix for missing nsis function 'ResetWin8PromptKeys' in builds that don't have enable-metro. Fixes Win64 build bustage. r=bbondy 2013-02-13 07:51:34 -06:00
Ryan VanderMeulen
cfb35019f6 Merge m-c to inbound. 2013-02-12 21:25:43 -05:00
Joshua Yuan
9a7ae79b37 Bug 827784 - Provide an option to disable favicons on webpage shortcuts in Windows. r=bbondy 2013-02-12 19:48:18 -05:00