Stephen Pohl
a1933d949e
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc,bz
2013-10-16 22:55:08 -04:00
Stephen Pohl
458ffe7420
Bug 817700 - Make <canvas>.toBlob run asynchronously. r=seth,roc,bz
2013-10-16 22:55:04 -04:00
Blake Kaplan
619701a65c
Bug 851353 - Disable this test that only fails on android.
...
--HG--
extra : rebase_source : 496445edb117c9886623b5bf71f24a097ab7f746
2013-10-16 18:40:03 -07:00
Chris Peterson
db3e2e4971
Bug 927209 - Fix -Wunused-function and -Wreorder warnings in nsNSSIOLayer.cpp. r=bsmith
2013-10-15 16:22:13 -07:00
Blake Kaplan
6c71f06863
Bug 840098 - Add mochitest. r=bzbarsky
2013-10-16 17:52:25 -07:00
Daniel Holbert
2038bed17a
Bug 913548 part 2: Replace unused variable "ignored" with unused<< in nsExceptionHandler.cpp, and add a few other unused<< for consistency. r=ted
2013-10-16 16:46:22 -07:00
Daniel Holbert
421eb33150
Bug 913548 part 1: Switch nsExceptionHandler.cpp from (void) to unused<<. r=ted
2013-10-16 16:46:14 -07:00
Eric Faust
d359eb08df
Bug 925201 - Ensure SetElementIC properly handles dense element holes. (r=shu)
2013-10-16 16:37:17 -07:00
Eric Faust
74bffea9a0
Bug 922499 - Fix SetPropertyIC generic proxy stub mistakenly swallowing DOM proxies. (r=djvj)
2013-10-16 16:37:14 -07:00
Blake Kaplan
fee88aac7c
Bug 851353 - Add crashtest. r=bholley
2013-10-16 16:09:45 -07:00
Luke Wagner
1cffb50c48
Bug 927112 - OdinMonkey: loosen up type rules for + (r=sstangl)
...
--HG--
extra : rebase_source : 7c3cc07c2885202524f604cdd259e029f47282e9
2013-10-16 18:02:13 -05:00
Luke Wagner
1ab3082cee
Bug 927112 - OdinMonkey: loosen up type rules for ~~ (r=sstangl)
...
--HG--
extra : rebase_source : 3bf86703790d10f563f9091f7acd8513d63c569f
2013-10-16 18:02:00 -05:00
Mike Hommey
09764202e0
Bug 927260 - Invoke the right gmake when building gaia. r=gps
2013-10-17 07:56:34 +09:00
Mike Hommey
154513af04
Bug 927088 - Move specialpowers component registration to jar.mn. r=gps
2013-10-17 07:55:31 +09:00
Mike Hommey
346ab641f4
Bug 924992 - Use an absolute path for DIST for webidl generated headers install. r=gps
2013-10-17 07:55:18 +09:00
Mike Hommey
5badab1842
Bug 926906 - Kill core_abspath, core_realpath and core_winabspath. r=gps
2013-10-17 07:55:16 +09:00
Mike Hommey
9228a9c148
Bug 926906 - Drop support for GNU make < 3.81. r=gps
2013-10-17 07:55:14 +09:00
Terrence Cole
f9c7be1c57
Bug 924986 - Make threadsafe builds the default for spidermonkey; sr=jorendorff,r=gps
2013-10-09 10:03:38 -07:00
Ryan VanderMeulen
2ad9e11ee0
Merge m-c to inbound.
2013-10-16 17:02:56 -04:00
Ryan VanderMeulen
400b11cacd
Merge b2g-inbound to m-c.
2013-10-16 17:01:40 -04:00
Ryan VanderMeulen
a8ac6bc8d1
Merge fx-team to m-c.
2013-10-16 17:00:57 -04:00
Ryan VanderMeulen
3f5c7c7703
Backed out changeset b4ebfef56fee (bug 922270) for SM(r) failures.
2013-10-16 16:21:03 -04:00
Kannan Vijayan
17b3325cdc
Bug 921035 - Dont phi-eliminate scopeChain object in heavyweight functions if it may be neede for argsobj construction later. r=h4writer
2013-10-16 16:20:10 -04:00
Ryan VanderMeulen
e36b5c1666
Backed out changeset 403bbc5e127f (bug 914888) for intermittent xpcshell failures.
2013-10-16 16:19:48 -04:00
Randell Jesup
fbbbde651e
Bug 926598: fix some this-in-initializer warnings and remove tabs in MediaPipeline r=ekr
2013-10-16 16:12:09 -04:00
Gaia Pushbot
20d015acbf
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/86e06b1db110
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 927330 - [Clock][Timer] The countdown is not normally(un-countdown) while clicking pause/resume button quickly. - r=jugglinmike
- Fix timer math for ticks
2013-10-16 11:45:27 -07:00
Gregor Wagner
48b155d4fa
Bug 924378 - [Contacts API] Error in finding matching contacts for international number (00). r=bent
2013-10-16 11:22:16 -07:00
Gaia Pushbot
da8ac19f57
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e022eb54f8a6
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #12865 from jonallengriffin/fixreturncode
Bug 927097 - Set a non-zero exit code if any tests failed, r=ahal, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/21c739ab7454
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 927097 - Set a non-zero exit code if any tests failed, r=ahal, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/993293ea0af7
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12842 from alivedise/bugzilla/919864_master/screenshot-objecturl-leak
Bug 919864 - Better screenshot objectURL management to avoid mem leak, r=timdream, a=koi+
========
https://hg.mozilla.org/integration/gaia-central/rev/6e24ba9e26af
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 919864 - Better screenshot objectURL management to avoid mem leak
2013-10-16 11:10:23 -07:00
Jim Mathies
6a3cb54d27
Bug 917385 - Update browser_inputsource.js test. mbrubeck
2013-10-16 12:14:59 -05:00
Jim Mathies
4f510d334d
Bug 917385 - Move precise/imprecise input tracking down to widget thus making it more reliable with apz enabled. r=tabraldes, mbrubeck
2013-10-16 12:14:55 -05:00
Michael Comella
e5330ada3e
Bug 925546: OnPinSiteListener -> OnEditPinnedSiteListener. r=sriram
2013-10-16 10:09:41 -07:00
Gaia Pushbot
f683ed291d
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/72ac9b19f59a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12841 from lightsofapollo/break-the-world
update marionette client
========
https://hg.mozilla.org/integration/gaia-central/rev/d4c81d84d737
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 927475 - update marionette client
2013-10-16 10:00:25 -07:00
Phil Ringnalda
408f423bbd
Backed out changeset b158656d754e (bug 921035) for test bustage
2013-10-16 09:43:19 -07:00
Chenxia Liu
3778681ae3
Bug 919230 - Implement empty screen state for bookmarks. r=sriram
2013-10-16 09:42:33 -07:00
Gaia Pushbot
9b323a29ec
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/34e7bdf32eaf
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12896 from bobsilverberg/remove_HERE_maps_test
Bug 927458 - Remove test_homescreen_launch_here_maps.py as it is unlikely to be returned to the build, r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/70623ca605d2
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 927458 - Remove test_homescreen_launch_here_maps.py as it is unlikely to be returned to the build, r=zac
2013-10-16 09:40:24 -07:00
Gaia Pushbot
24e06e7493
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fd494cd83a65
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12847 from lissyx/bug913324
Bug 913324 - Select biggest icon that fits on the screen r=vingetun
========
https://hg.mozilla.org/integration/gaia-central/rev/9e0d60a008bc
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 913324 - Select biggest icon that fits on the screen
When launching an app, we display one of the icon defined in its
manifest. If the application defines several ones, then we need to
select the biggest one that fits into the screen.
2013-10-16 09:33:51 -07:00
Fernando Jiménez
ad6a01ac10
Bug 927363 - Add/Remove SystemMessageManager:GetPendingMessages:Return on demand. r=genelian
2013-10-16 18:19:03 +02:00
Steve Workman
b51289891f
Bug 924117 - Wrap access to RasterImage::mSourceData in mDecodingMutex r=seth
2013-10-16 08:56:08 -07:00
Gaia Pushbot
a8d5eb8b56
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c6e27ca4fa77
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12887 from AndreiH/bug926920
Bug 926920 - Merge the two tests in test_clock_switch_clock_type.py
========
https://hg.mozilla.org/integration/gaia-central/rev/70f62773570c
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 926920 - Merge the two tests in test_clock_switch_clock_type.py
========
https://hg.mozilla.org/integration/gaia-central/rev/05f74de4f2c9
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12889 from AndreiH/bug926932
Bug 926932 - Merge the tests in test_clock_create_new_alarm.py
========
https://hg.mozilla.org/integration/gaia-central/rev/fde05be2aea9
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 926932 - Merge the tests in test_clock_create_new_alarm.py
2013-10-16 08:50:29 -07:00
Kannan Vijayan
14fa3b84ed
Bug 921035 - Dont phi-eliminate scopeChain object in heavyweight functions if it may be neede for argsobj construction later. r=h4writer
2013-10-16 11:43:26 -04:00
Gaia Pushbot
986611b96c
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/eb577f805b15
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12888 from yxl/keyboard-switch
Bug 927302 - [InputMethod] Cannot switch keyboard from FF Nightly.
========
https://hg.mozilla.org/integration/gaia-central/rev/73b462347a7a
Author: Yuan Xulei(袁徐磊) <xyuan@mozilla.com>
Desc: Bug 927302 - [InputMethod] Cannot switch keyboard from FF Nightly. r=janjongboom
========
https://hg.mozilla.org/integration/gaia-central/rev/0767b22c5c37
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #12350 from pivanov/bug-918872
Bug 918872 - System screen should use full highlights r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/4230f9acb410
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 918872 - System screen should use full highlights
2013-10-16 08:40:24 -07:00
Ed Morley
b0ad37f8af
Bug 923513 - Make remoteautomation.py use the new mozcrash check_for_java_exception(); r=jmaher
2013-10-16 16:18:29 +01:00
Ed Morley
f8f4d5d90f
Bug 926418 - Prevent spurious newlines being added to packages.txt when running generate_diff.py on Windows; r=jhammel
2013-10-16 16:18:27 +01:00
Ed Morley
fa71df56b3
Bug 927387 - Make xpc::SystemErrorReporter() JS exception fprintf()s not split the error across two lines; r=bholley
2013-10-16 16:18:24 +01:00
André Reinald
10aae48c90
Bug 927259 - Cannot switch scroll target by moving mouse cursor with trackpad of MacBook. r=masayuki
2013-10-16 11:16:57 -04:00
Steve Workman
42ae41c7a8
Bug 920725 - Return with error in nsHtml5StreamParser::WriteStreamBytes if mLastBuffer is null. r=hsivonen
2013-10-16 11:16:36 -04:00
Gaia Pushbot
381859e922
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0e2bf10d1374
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12867 from bobsilverberg/export_contacts
Bug 927029 - Write a test for exporting contacts to SD Card, r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/f96b2256515a
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 927029 - Write a test for exporting contacts to SD Card, r=zac
2013-10-16 08:15:26 -07:00
Jim Chen
99026cac25
Bug 917685 - Let complex overrides take precedence over pref overrides; r=dao
2013-10-16 10:51:23 -04:00
Jim Chen
a0e68faf9d
Bug 917685 - Catch error thrown by nsILoadContext.associatedWindow; r=mfinkle
2013-10-16 10:51:23 -04:00
Shawn Ku
a464e37cdd
Bug 925618 - Part 2: Add test case for moving reading MBDN/MSISDN into readSST(). r=yoshi
2013-10-16 17:45:17 +08:00