Commit Graph

152705 Commits

Author SHA1 Message Date
Benjamin Bouvier
2b7ce81876 Bug 930993: In out of line truncate, restore registers in the correct order; r=jandem 2013-10-28 19:46:22 +01:00
Brian R. Bondy
66dccd9d5b Bug 931429 - Fix PR_LOG compiling error for sandbox code on Linux. r=kang 2013-10-28 14:42:26 -07:00
Brian Hackett
dc6e6422e1 Bug 931496 - Check for compileability when eagerly baseline compiling inlined scripts, r=jandem. 2013-10-28 12:43:39 -06:00
Ed Morley
f573d01d8a Merge mozilla-central and inbound 2013-10-28 18:36:22 +00:00
Ed Morley
e07a40f581 Bug 751539 - Disable test_played.html again because surprise surprise it is still failing 2013-10-28 17:45:33 +00:00
Ed Morley
32cb96fcc0 Bug 703806 - Mark as-image/img-blobURI-2.html as random for too many intermittent failures 2013-10-28 17:45:33 +00:00
Ed Morley
0216df4a9f Bug 921984 - Disable browser_tabview_bug624265_perwindowpb.js until bug 930202 is fixed 2013-10-28 17:45:33 +00:00
Dan Gohman
2d5322dd13 Bug 931486 - SpiderMonkey: Misc x86 assembler spew fixes. r=sstangl 2013-10-28 10:44:53 -07:00
Dan Gohman
725adf4fa1 Bug 910782 - SpiderMonkey: Use absolute addresses instead of offsets for the interpreter's jump table. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
69719b340e Bug 910782 - SpiderMonkey: Micro-optimize the interpreter's dispatch mechanism. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
690d21f669 Bug 910782 - SpiderMonkey: Reorder top-level contents of js::Interpret for readability. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
9b612de235 Bug 910782 - SpiderMonkey: Reduce indirection in InterpreterActivation. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
a70fd06cda Bug 910782 - SpiderMonkey: Implement indirect-goto-based opcode dispatch. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
fb65c72deb Bug 910782 - SpiderMonkey: Eliminate a copy which is no longer hot. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
46ea6ac163 Bug 910782 - SpiderMonkey: Cleanup interpreter switch cases. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
2af156939e Bug 910782 - SpiderMonkey: Rename BEGIN_CASE to CASE. r=luke 2013-10-28 10:32:49 -07:00
Dan Gohman
df2fa3ffc5 Bug 910782 - SpiderMonkey: Introduce ADVANCE_AND_DISPATCH to simplify a common idiom. r=luke 2013-10-28 10:32:49 -07:00
Dan Gohman
96f54e8bef Bug 910782 - SpiderMonkey: Wrap several gotos in macros. r=luke 2013-10-28 10:32:49 -07:00
Ehsan Akhgari
a67f5d96bb Bug 924069 - Dispatch the "select" event only for HTML{Input,TextArea}Element.setRangeText; r=smaug 2013-10-28 13:22:38 -04:00
Terrence Cole
d22937377d Bug 932364 - Fix an exact rooting hazard around AddSizeOfTab; r=njn
--HG--
extra : rebase_source : cb0ab85f7f850ce3c250dd75ff32a416dba7b153
2013-10-28 10:14:06 -07:00
Terrence Cole
967c793419 Bug 932466 - Fix two exact rooting hazards in dom; r=smaug
--HG--
extra : rebase_source : 8085170b6ab76912962c19dce9e409e2f6026058
2013-10-28 12:35:52 -07:00
Philipp Kewisch
4d8ce17a99 Fix bug 927073 - Binary compatibility broken for maintenance releases due to strict version-script. r=glandium 2013-10-29 21:48:28 +01:00
Mike Hommey
fcf26b0e90 Bug 932153 - Move A11Y_LOG to accessible/src/defs.mk. r=mshal
--HG--
rename : accessible/src/Makefile.in => accessible/src/defs.mk
2013-10-29 13:48:41 +09:00
Tom Schuster
95fe3d2228 Bug 928619 - Stop removing the findbar selection after it closes. r=mikedeboer 2013-10-29 20:28:51 +01:00
Stephen Pohl
0671510313 Bug 931787: Avoid tracking vertical overscrolls on OSX if elastic overscroll is disabled. r=felipe 2013-10-29 15:03:05 -04:00
Jeff Gilbert
e5eaa246c9 Bug 911394 - arrayless drawElements works on ANGLE and Android. - r=bjacob 2013-10-29 11:40:44 -07:00
Jeff Gilbert
782d9a2acb Bug 911394 - Add test for arrayless drawArrays. - r=bjacob 2013-10-29 11:25:46 -07:00
Christian Holler
ab472eb86c Bug 932159 - ASan: Reduce quarantine_size for mochitests to avoid OOM. rs=ted
--HG--
extra : rebase_source : 42cc093284cc38df0763e0b093371f1bc5f8ed86
2013-10-29 18:56:18 +01:00
Malini Das
1e6348aaff Bug 918408 - remove marionette.log file, enable stdout logging via pref for non-debug/non-b2g builds, r=jgriffin 2013-10-29 13:45:13 -04:00
Ethan Hugg
f0456f6520 Bug 901560 - Backout of compatibility-breaking datachannel ice component fix r=jesup 2013-10-29 08:52:04 -07:00
Oleg Romashin
01fd808ef1 Bug 932280 - [Qt] Move moc_ files to Makefile.in in order to pass existance check for autogenerated files. r=Ms2ger 2013-10-29 07:56:53 -07:00
Robert Longson
9f5259ef19 Bug 929011 - Simplify path and transform parsing. r=dholbert 2013-10-29 17:15:39 +00:00
Ed Morley
135057754f Merge mozilla-central and inbound 2013-10-29 16:35:50 +00:00
Dan Gohman
9cfeb2e9e0 Bug 931488 - IonMonkey: Implement computeRange for MArrayPush, MBoundsCheck, MRandom, and some MMathFunctions. r=nbp 2013-10-29 09:18:14 -07:00
Dan Gohman
e34c0b50aa Bug 930714 - SpiderMonkey: Implement extraName() for LUnbox. r=nbp 2013-10-29 09:18:13 -07:00
Geoff Brown
f1b6687d5d Bug 927578 - Wait for visible icon in testReaderMode; r=jmaher 2013-10-29 10:07:58 -06:00
Bill McCloskey
e75a66c0eb Bug 919835 - Make session data collection work with multiple processes (r=ttaubert,Yoric) 2013-10-29 08:44:25 -07:00
Ed Morley
16bd3dad2c Bug 922427 - Disable browser_491168.js until bug 930202 hopefully fixes the intermittent failures
--HG--
extra : transplant_source : %F0K%9B%28%F6%9A/%3B%045%E4%07K%90%95%8C%18%7C%81%06
2013-10-28 15:39:02 +00:00
Ed Morley
47972744f0 Bug 921635 - Disable test_HTMLAppletElement*.html on OS X on suspicion of causing dom-level* suite timeouts
--HG--
extra : transplant_source : f%2A%FB%DCVG%96M%A1%03%0F0%A3%11k%D2%C0%05%3A%A2
2013-10-28 15:39:02 +00:00
Ed Morley
f05679dbe6 Bug 637806 - Disable test_titlebar.xul on Linux for too many intermittent failures
--HG--
extra : transplant_source : %8A%BEZU%22%F8%FC%A3%91d%5CR%10%B1%40%F9N%D4%40%8F
2013-10-28 15:39:01 +00:00
Ed Morley
cf9813a9ad Bug 931889 - Disable browser_thumbnails_background.js on Linux for too many intermittent failures 2013-10-28 17:01:51 +00:00
Carsten "Tomcat" Book
2769e506ae Backed out changeset 5506e7033c85 (bug 925594) perma-orange mochitest test-failure on b2g-ics
--HG--
extra : transplant_source : %19E%9F_%BF%84%27%11%0D%DE%CA.%E7%09%9D%FD3%1A2U
2013-10-28 15:34:08 +01:00
Ed Morley
98005e7dd6 Merge latest green b2g-inbound changeset and mozilla-central 2013-10-28 15:43:40 +00:00
Gaia Pushbot
d9cb4ab045 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/166023c341cc
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13125 from askeing/bug_912010

Bug 912010 - [Gaia-UI-Test] Wait for keyboard key element before finding the element, r=wachen

========

https://hg.mozilla.org/integration/gaia-central/rev/dd2d0af273d5
Author: askeing <askeing@gmail.com>
Desc: Bug 912010 - [Keyboard][V1.2] Default Keyboard when all keyboards are de-selected
2013-10-28 03:50:23 -07:00
Gaia Pushbot
32977ae0ed Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/181deb3d3ba3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13029 from KevinGrandon/bug_929943_settings_polyfill_removal

Bug 929943 - [Settings] Remove input type=range polyfill r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/67e8e53fa765
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 929943 - [Settings] Remove input type=range polyfill
2013-10-28 03:25:24 -07:00
Gaia Pushbot
9b613bbf69 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c39fc940d76
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #13131 from snowmantw/issue930362

Bug 930362 - [LockScreen] The icons background would light up when touch on them

========

https://hg.mozilla.org/integration/gaia-central/rev/29cde2ae7c91
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 930362 - [LockScreen] The icons background would light up when touch on them
2013-10-28 03:05:26 -07:00
Gaia Pushbot
9f242646b8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/522d17d2b730
Author: Joan Leon <joan@nucliweb.net>
Desc: Merge pull request #13128 from nucliweb/929565_Show_Password

Bug 929565 - [B2G][Settings][Wi-Fi] "Show Password" checkbox overlaps text

========

https://hg.mozilla.org/integration/gaia-central/rev/16797a81b47a
Author: nucliweb <joan@nucliweb.net>
Desc: Bug 929565 - [B2G][Settings][Wi-Fi] "Show Password" checkbox overlaps text
2013-10-28 02:50:25 -07:00
Szu-Yu Chen [:aknow]
f903f4eb9d Bug 919414 - Part 2: Modify tests. r=hsinyi 2013-10-28 17:22:44 +08:00
Szu-Yu Chen [:aknow]
9d6c0f2966 Bug 919414 - Part 1: Clear existing calls in test setup. r=hsinyi 2013-10-28 17:21:16 +08:00
Gaia Pushbot
540ee91255 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6eebea42f3f6
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13123 from pivanov/bug-931555

Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen

========

https://hg.mozilla.org/integration/gaia-central/rev/55ca2e71c1af
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen
2013-10-28 02:15:24 -07:00