Commit Graph

159210 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
4408dc08c5 merge b2g-inbound to mozilla-central 2013-12-09 09:32:02 +01:00
Carsten "Tomcat" Book
488d65b1a9 merge mozilla-inbound to mozilla-central 2013-12-09 09:02:29 +01:00
Nicholas Cameron
8986c76fb3 Bug 946532. Setup translucent window drawing properly with OMTC. r=dvander, mattwoodrow 2013-12-09 17:44:57 +13:00
Mike Hommey
eaa22cd1f1 Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn 2013-12-09 13:39:26 +09:00
Mike Hommey
1843703434 Bug 945042 - Add moz.build infrastructure to replace NO_PROFILE_GUIDED_OPTIMIZE from Makefile.in. r=gps 2013-12-09 13:39:16 +09:00
Mike Hommey
ae9cd73b74 Bug 946175 - Forbid assigning over a value previously set in moz.build. r=gps 2013-12-09 13:34:00 +09:00
Mike Hommey
f597ff0757 Bug 946175 - Make all sandbox variables default to an instance of their class type. r=gps 2013-12-09 13:27:58 +09:00
Ryan VanderMeulen
1b64ad8751 Backed out changeset 97d17b777f68 (bug 944162) for Android bustage. 2013-12-08 22:49:50 -05:00
Phil Ringnalda
1acc76139c Merge f-t to m-c 2013-12-08 18:55:10 -08:00
Phil Ringnalda
5d8f74916d Merge m-i to m-c 2013-12-08 18:53:55 -08:00
Phil Ringnalda
b5d7e08992 Merge m-c to f-t 2013-12-08 17:33:39 -08:00
Phil Ringnalda
f676c9d65c Backed out 5 changesets (bug 944665, bug 922465, bug 930282) for b2g xpcshell crashes
CLOSED TREE

Backed out changeset c4f970dd2a4f (bug 930282)
Backed out changeset 625f5303fc68 (bug 930282)
Backed out changeset bf8e90edd152 (bug 922465)
Backed out changeset a21b57c78253 (bug 944665)
Backed out changeset 9275a2efc9e3 (bug 944665)

--HG--
extra : rebase_source : bfbe3786e0db2073e26dc383b89525d22be0b3bd
2013-12-08 15:32:15 -08:00
Jonathan Watt
7a1a801461 Bug 946398 - Flip the pref to enable <input type=number>. r=smaug 2013-12-08 23:26:16 +00:00
Jonathan Watt
9b47b8e150 Bug 947728 part 2 - Make |-moz-appearance:number-input| the UA style sheet default for <input type=number>, and make the value 'textfield' hide the spinner. r=roc 2013-12-08 23:26:07 +00:00
Jonathan Watt
83950e2b2e Bug 947728 part 1 - Introduce a new 'number-input' value for -moz-appearance that behaves exactly as 'textfield' does. r=roc 2013-12-08 23:23:28 +00:00
Cameron McCormack
e300109eb9 Fix some comments; no bug. (DONTBUILD) 2013-12-09 10:14:00 +11:00
Phil Ringnalda
9c9133624d Back out ebc291b18b35:eaf6e83e80fe (bug 946532) for non-unified Windows bustage
CLOSED TREE
2013-12-08 15:24:42 -08:00
Matt Woodrow
af8e5172d6 Bug 926268 - Don't include the full frame bounds in nsDisplayBorder if we're only painting one side. r=roc 2013-12-09 12:01:30 +13:00
Matthew Gregan
9d3c6097af Backed out changeset 66be4716e86e (bug 944707) for regressing lazy libcubeb initialization, startup time, and causing bug 946037. 2013-12-09 11:49:25 +13:00
Nicholas Cameron
41b1ad4003 Fix asserts which were broken in bug 946532, which was r=mattwoodrow,dvander btw 2013-12-09 10:31:13 +13:00
Jonathan Watt
b9c0b3f28e Bug 947718 - Work around bug 946184 for Aurora. r=bz 2013-12-08 21:27:28 +00:00
Jonathan Watt
a3c13c7210 Bug 947740 - Flip the dom.forms.number pref to true for content/html/content/reftests/autofocus. r=smaug 2013-12-08 21:27:27 +00:00
Jonathan Watt
9dec2273ba Bug 940764 - Renable content/html/content/reftests/autofocus/input-number.html for Firefox for Android now that bug 940760 landed. r=me 2013-12-08 21:27:27 +00:00
Jonathan Watt
7af003defb Bug 940760 - Make the CSS pseudo-class :focus apply to <input type=number>, fixing B2G forms styling. r=smaug 2013-12-08 21:26:42 +00:00
Nicholas Cameron
71f949fbcc Bug 946532. Fix crash on startup with basic compositor and d2d. r= 2013-12-09 09:47:57 +13:00
Daniel Holbert
1d635642ef Bug 896050 late-breaking non-functional followup: drop unnecessary semicolon after closing curly-brace of "while" loop. 2013-12-08 11:31:23 -08:00
Ehsan Akhgari
dd60c90eaa Add a comment to netwerk/cache/moz.build to state why these files are not unified, no bug, DONTBUILD 2013-12-08 14:22:15 -05:00
Sam Foster
095399401b Bug 936897 - Move download-progress notifications before a tab closes. r=mbrubeck 2013-12-08 10:51:11 -08:00
Jan Beich
9d2afa508b Bug 947402 - Don't attempt to package shared ICU for --with-system-icu; r=glandium 2013-12-08 13:03:10 -05:00
Jonathan Watt
4e9eedd42d Bug 946390 - Allow content to preventDefault() keypress events targeting <input type=number>. r=smaug 2013-12-08 17:58:54 +00:00
Jonathan Watt
4ccf383321 Backout b453362886a9 before recommitting with the correct bug commit message. r=me 2013-12-08 17:57:14 +00:00
Jonathan Watt
f1a2cce2ba Backout d5a9a9520d8a since input-number.html still fails. 2013-12-08 17:51:06 +00:00
Andrew McCreight
6e48581b17 Bug 947626 - Fix index types in nsCOMArray CC helpers and remove whitespace. r=froydnj 2013-12-08 08:56:00 -08:00
Phil Ringnalda
00256f9b9b Merge m-c to f-t 2013-12-08 08:31:41 -08:00
Phil Ringnalda
d206368243 Merge m-c to m-i 2013-12-08 08:30:45 -08:00
Jonathan Watt
6e13293f23 Bug 940764 - Renable content/html/content/reftests/autofocus/input-number.html for Firefox for Android now that bug 940760 landed. r=me 2013-12-08 16:12:23 +00:00
Jonathan Watt
3f057c011b Bug 940760 - Make the CSS pseudo-class :focus apply to <input type=number>, fixing B2G forms styling. r=smaug 2013-12-08 16:11:23 +00:00
Brian Grinstead
06b4a09875 Bug 947708 - RTL support for toolbox tabs, fix up small UI regressions from Bug 941579;r=vporof 2013-12-08 09:56:37 -06:00
Masayuki Nakano
d8ea1bc1d3 Bug 930374 part.4 Fix new orange of test_bug448987.html on Mac since it doesn't set tab navigation setting r=smaug 2013-12-09 00:51:17 +09:00
Masayuki Nakano
ec90083564 Bug 930374 part.3 Make test_*editor_keyevent_handling.html chrome tests since they tests behavior of system group event handler r=smaug 2013-12-09 00:51:16 +09:00
Masayuki Nakano
c77bb1ddd8 Bug 930374 part.2 Fix test_assign_event_data.html for new defaultPrevented behavior and make it a chrome test r=smaug 2013-12-09 00:51:16 +09:00
Masayuki Nakano
91b716ae1a Bug 930374 part.1 Event.defaultPrevented should be false even if preventDefault() has been called by default action handler r=smaug 2013-12-09 00:51:16 +09:00
Carsten "Tomcat" Book
753b3497e1 merge b2g-inbound to m-c 2013-12-08 12:23:13 +01:00
Carsten "Tomcat" Book
73d2a271ed merge fx-team to m-c 2013-12-08 12:22:05 +01:00
Phil Ringnalda
eca8d0a86e Bug 908695 followup, touch CLOBBER because bug 928195
CLOSED TREE
2013-12-07 21:55:09 -08:00
Phil Ringnalda
05d3c4687b Merge m-c to f-t 2013-12-07 18:35:20 -08:00
Jan-Ivar Bruaroey
8511942534 Bug 908695: Add Packets/Bytes-sent/received to webrtc stats API r=jesup DONTBUILD 2013-12-07 20:31:56 -05:00
Randell Jesup
e7e3888f6f Backout 2bb7e7192ced for landing with wrong bug number rs=backout DONTBUILD 2013-12-07 23:45:21 -05:00
Tim Abraldes
dd16983960 bug 903426. Implement crash reporter prompt as an about page. Add options for including URLs in crash reports. r=mbrubeck,jimm 2013-12-07 15:55:14 -08:00
Albert Juhe
83dfb75bee Bug 941579 - Update the toolbox tabs design according to shorlander's mockups. r=bgrins 2013-12-07 17:34:03 -06:00