Commit Graph

127685 Commits

Author SHA1 Message Date
Joel Maher
f010b9c3fd Bug 858084 - upload a new talos.zip to to fix the mozcrash issue. r=armenzg 2013-04-04 08:41:50 -07:00
Kyle Huey
1fa8376ffe Bug 855276: Add assertions to catch the cause. r=bent 2013-04-04 08:09:16 -07:00
David Burns
3543354742 Bug 857717 - Scroll to element before clicking on it with Marionette r=mdas 2013-04-04 15:59:36 +01:00
Yiming Yang
b0994ec0f8 Bug 848489 - send 'contextmenu' event if we are long pressing, r=mdas 2013-04-01 15:21:06 -07:00
Ryan VanderMeulen
5ab122ae8b Backed out changeset d5d98779e401 (bug 846906) - again - for test failures on a CLOSED TREE. 2013-04-04 10:58:33 -04:00
Till Schneidereit
b1d8befc7a Re-add executable flag to mach (removed in bug 846906). r=me
--HG--
extra : amend_source : b05295269087f60e985a2815d130a58cddfa1ffa
2013-04-04 16:52:27 +02:00
Eddy Bruel
740434ef83 Bug 846906 - Implement nsAppShellService::CreateWindowlessBrowser; r=bz; sr=benjamin 2013-04-04 15:24:32 +02:00
Ryan VanderMeulen
f38d9e1c17 Backed out changeset 061b9318815b (bug 846906) for accidentally removing mach. 2013-04-04 10:42:28 -04:00
Josh Matthews
cc1733f582 Bug 854926 - Never request confirmation to close the last private browsing window. r=gavin 2013-04-04 10:14:27 -04:00
Scott Johnson
0ba930f4d9 Bug 520992: Adjust computed width and height before returning to account for box-sizing. [r=bz] 2013-04-04 09:00:07 -05:00
Ryan VanderMeulen
e9022577ee Bug 855730 - Disable test due to high failure rate. 2013-04-04 09:41:29 -04:00
Nathan Froyd
be54fb01ea Bug 857254 - add CGTemplatedType and use it everywhere; r=bz 2013-04-02 15:29:03 -04:00
Nathan Froyd
19220f547f Bug 857254 - use CGIfWrapper more consistently; r=bz 2013-04-02 15:09:16 -04:00
Eddy Bruel
a916b147c4 Bug 846906 - Implement nsAppShellService::CreateWindowlessBrowser; r=bz; sr=benjamin 2013-04-04 15:24:32 +02:00
Chris Peterson
cb83cc8852 Bug 798172 - Apple's default clang 4.2 does not have __builtin_bswap16(). r=Waldo 2013-04-03 23:40:39 -07:00
Ms2ger
a1093b2662 Merge m-c to m-i. 2013-04-04 14:15:56 +02:00
Ms2ger
dbdab1d6a0 Bug 838088 - Followup: Remove obsoleted entries from android.json. 2013-04-04 09:05:32 +02:00
Ms2ger
ce1d91d023 Bug 856960 - Remove some quickstubs; r=bz 2013-04-04 09:05:28 +02:00
Ms2ger
8b70b9fbc6 Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan 2013-04-04 09:05:18 +02:00
Ms2ger
7a690c9add Bug 851791 - Kill some script type id stuff; r=bz 2013-04-04 09:04:50 +02:00
Ms2ger
c50b78a918 Bug 856611 - Cleanup HTMLInputElement.webidl; r=bz 2013-04-04 09:04:45 +02:00
Ms2ger
564b34316f Bug 856605 - Remove TimeRanges CI; r=mounir 2013-04-04 09:04:41 +02:00
Ms2ger
4f80fe5028 Bug 853818 - Remove HTMLMediaElement CI/nsIJSNativeInitializer; r=mounir 2013-04-04 09:04:29 +02:00
Ms2ger
bbaf1d2c08 Bug 854329 - Part b: Import more tests; rs=mounir 2013-04-04 09:04:24 +02:00
Ms2ger
cde860de66 Bug 854329 - Part a: Import more tests; rs=mounir 2013-04-04 09:04:00 +02:00
Ms2ger
2845200ab5 No bug - Correct reference to importTestSuites.py in comments in generated moz.build files. 2013-04-04 09:03:55 +02:00
Ms2ger
4813a61d46 Bug 841488 - Part b: Merge Get/SetUnsignedIntAttr and Get/SetHTMLUnsignedIntAttr; r=khuey 2013-04-04 09:03:50 +02:00
Ms2ger
3ab3b93918 Bug 841488 - Part a: Rename nsHTMLSelectElement; r=khuey
--HG--
rename : content/html/content/src/nsHTMLSelectElement.cpp => content/html/content/src/HTMLSelectElement.cpp
rename : content/html/content/src/nsHTMLSelectElement.h => content/html/content/src/HTMLSelectElement.h
2013-04-04 09:03:33 +02:00
Ms2ger
bd91c28b67 Bug 854196 - Don't call GetWindowInternal directly, and make assertions harder to ignore; r=bz 2013-04-04 09:03:26 +02:00
Ms2ger
f05c1ef0ee Bug 854090 - Move nsHTMLFormElementSH::FindNamedItem to nsHTMLFormElement; r=khuey 2013-04-04 09:03:12 +02:00
Ms2ger
991aaf298f Bug 852602 - Pass CallArgs to Proxy call() and construct() hooks; r=Waldo 2013-04-04 09:02:24 +02:00
Ms2ger
1d744f33c1 Bug 854475 - Pass CallArgs to GetFirstArgumentAsObject; r=Waldo 2013-04-04 09:02:20 +02:00
Ms2ger
7112884ad3 Bug 575431 - Followup: remove obsoleted comment. 2013-04-04 09:02:16 +02:00
Ms2ger
11ec2b0f62 Bug 853814 - Make nsDocShell::mScriptGlobal an nsGlobalWindow; r=bz 2013-04-04 09:02:11 +02:00
Matt Brubeck
89d73dd6de Bug 855593 - Support ac_add_app_options in mozbuild.mozconfig [r=gps] 2013-04-03 15:42:16 -07:00
Tanvi Vyas
e0e2bf1ab7 Bug 855730 - Originally extended the timeout to 10 seconds to see if that would provide us data about the intermittent failure. Extended timeout is causing too many oranges and a longer timeout does not prevent the failures. r=smaug 2013-04-03 15:21:19 -07:00
Ryan VanderMeulen
16262cb04f Merge m-c to inbound. 2013-04-03 18:16:48 -04:00
Ryan VanderMeulen
769767dce9 Merge the last PGO-green inbound push to m-c. 2013-04-03 18:14:30 -04:00
Eitan Isaacson
f5c4043361 Bug 857673 - Exclude webspeech synth ipc test on Android. r=jmaher 2013-04-03 15:13:17 -07:00
Eitan Isaacson
7a556a1b24 Bug 525444 - (Part 3/3) Support OOP speech synth. r=smaug
--HG--
rename : content/media/webspeech/synth/moz.build => content/media/webspeech/synth/ipc/test/moz.build
2013-04-03 15:13:17 -07:00
Eitan Isaacson
9f73a9d4fe Bug 525444 - (Part 2/3) Added speech service API. r=smaug 2013-04-03 15:13:17 -07:00
Eitan Isaacson
2ed120291b Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
--HG--
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/moz.build
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/test/moz.build
2013-04-03 15:13:16 -07:00
Eitan Isaacson
9f20c3d7e5 Bug 856370 - Add a Makefile.in in webspeech/recognition and remove webspeech top-level VPATH. r=smaug
--HG--
rename : content/media/webspeech/Makefile.in => content/media/webspeech/recognition/Makefile.in
rename : content/media/webspeech/moz.build => content/media/webspeech/recognition/moz.build
2013-04-03 15:13:16 -07:00
Georg Fritzsche
efe3d3ff30 Bug 758872 - Fix missing null-check for plugin instance. r=bsmedberg 2013-04-04 00:00:45 +02:00
Kartikaya Gupta
b8a74abf98 Merge 2013-04-03 17:55:14 -04:00
Patrick McManus
d82bd52e8c bug 850968 cache effectiveness telemetry - throttle up r=taras 2013-04-03 17:26:35 -04:00
Allison Naaktgeboren
a37dbcb3a5 Bug 857766 - change size of topsites thumbnails.r=jimm 2013-04-03 14:24:56 -07:00
Sam Foster
7f160933e4 Bug 812291 - Hook up hide/restore of Top Sites 2013-04-03 22:16:14 +01:00
Ryan VanderMeulen
88f1fd28d2 Merge m-c to inbound. 2013-04-03 13:47:31 -04:00
Kyle Huey
6641604a5f Followup to bug 855804: Remove ridiculous WARNINGS_AS_ERRORS junk. r=me 2013-04-03 10:44:35 -07:00