Commit Graph

438647 Commits

Author SHA1 Message Date
B2G Bumper Bot
f007b7d7da Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fed5d201a140
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31651 from mwargers/1200392

Bug 1200392 - Remove wait_for methods in base.py, part 2

========

https://hg.mozilla.org/integration/gaia-central/rev/0a0f74bbb467
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1200392 - Remove wait_for methods in base.py, part 2

========

https://hg.mozilla.org/integration/gaia-central/rev/bbe9b4de6727
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1200392 - Remove wait_for methods in base.py, part 2

========

https://hg.mozilla.org/integration/gaia-central/rev/01c6fdce1dd1
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1200392 - Remove wait_for methods in base.py, part 2
2015-09-02 13:02:33 -07:00
Wes Kocher
f0e6213738 Backed out changeset 2e731191c692 (bug 1189565) for causing bug 1201053
a=backout
2015-09-02 12:34:02 -07:00
Ryan VanderMeulen
35369d17c7 Merge inbound to m-c. a=merge 2015-09-02 14:53:48 -04:00
Ryan VanderMeulen
95ed3be802 Merge fx-team to m-c. a=merge 2015-09-02 14:50:05 -04:00
B2G Bumper Bot
d0df1b131b Bumping manifests a=b2g-bump 2015-09-02 11:19:03 -07:00
B2G Bumper Bot
9e5a628ddb Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90326c2ed68f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #31556 from rickychien/b2g-43"

This reverts commit 7d915992b2e1bde8cb64906a2b83280588dc923d, reversing
changes made to 4d8aeb0c301250f3696dda44a8518c70d9ac196a.
2015-09-02 11:15:37 -07:00
Nikhil Marathe
548809dc68 Bug 1197421 - Fix promise worker proxy cleanup and update callers. r=catalinb
Get rid of having users dispatch control runnables. It was error prone and
required too much reasoning. It was also possible to end up in a state where
callers would dispatch a WorkerRunnable, which would succeed, so they would not
dispatch a WorkerControlRunnable. Then the worker would stop Running,
canceling and releasing the runnable leading to releasing the proxy in an
unclean state. Instead, we AddRef() and add the feature and remove the feature
and Release() on Notify(). If callers successfully run a WorkerRunnable they
clean the proxy. If not, the proxy stays alive until the worker switches to
Canceling state.

--HG--
extra : commitid : BnnijSibVYe
extra : rebase_source : 15f6810dfbd0c88a983196de401c55e782b1d1d8
2015-09-02 10:07:26 -07:00
Kartikaya Gupta
e0d941d847 Bug 1201539 - Remove Fennec front-end code to deal with reflow-on-zoom. r=mfinkle
--HG--
extra : commitid : 7eqzwMt4jee
2015-09-04 11:49:48 -04:00
Kannan Vijayan
869b58536d Bug 1145442 - Update JIT Optimization docs patch. r=shu 2015-09-04 11:28:22 -04:00
Carsten "Tomcat" Book
3961c96b63 Merge mozilla-central to mozilla-inbound 2015-09-04 16:14:00 +02:00
Jan de Mooij
7105716d80 Bug 1200809 part 5 - Convert self-hosting intrinsics to new InlinableNatives system. r=till
--HG--
extra : rebase_source : 7314fbfd1be18b6d971473815548b8ddaa417c65
2015-09-04 15:55:32 +02:00
Jan de Mooij
5d6255b372 Bug 1200809 part 4 - Convert Atomics natives to new InlinableNatives system. r=lth
--HG--
extra : rebase_source : c5703aecac9116b31bd92cc53cf4743eef73f691
2015-09-04 15:55:09 +02:00
Jan de Mooij
26487276c6 Bug 1200809 part 3 - Convert String/RegExp natives to new InlinableNatives system. r=nbp
--HG--
extra : rebase_source : ed5181c732ad8cc63f6abd3c84594c1233d0758f
2015-09-04 15:54:25 +02:00
Jan de Mooij
402d3abdca Bug 1200809 part 2 - Convert Array natives to new InlinableNatives system. r=nbp
--HG--
extra : rebase_source : 84e36e329acf838eb5f3ca28842b8996c04f9c71
2015-09-04 15:53:45 +02:00
Jan de Mooij
b17e156ddc Bug 1200809 part 1 - Add InlinableNatives JitInfo infrastructure, use it for Math natives. r=bz,nbp
--HG--
extra : rebase_source : a5d9538d66977ed2e202fb6a00924409abbf278b
2015-09-04 15:52:10 +02:00
Jim Mathies
cccb0f36ad Bug 1199765 - Update browser_tabs_isActive.js. r=Dao 2015-09-03 17:25:36 -05:00
Jim Mathies
f0f7a995e4 Bug 1199765 - Add support to TabParent for querying the active state of remote browsers. r=Mossop 2015-09-04 08:42:01 -05:00
Jon Coppeard
9887f9ea18 Bug 930414 - Make module imports into defintions r=shu 2015-09-04 14:14:43 +01:00
Jon Coppeard
25bfba74ee Bug 930414 - Implement default module exports r=shu 2015-09-04 14:14:43 +01:00
Jon Coppeard
725f28c7b5 Bug 930414 - Check for duplicate module exports r=shu 2015-09-04 14:14:43 +01:00
Jon Coppeard
071566ef1a Bug 930414 - Add option for Reflect.parse to parse as a module, and allow modules to be parsed without a script r=shu 2015-09-04 14:14:43 +01:00
Nicolas B. Pierron
62bcb5abb0 Bug 1201793 - ScratchRegisterScope: ma_alu expect to have scratch register owned by the caller. r=sstangl 2015-09-04 14:31:13 +02:00
Nicolas Silva
dd0b1efc0e Bug 1083101 - Various build/test fixes to Moz2D's TaskScheduler. r=me 2015-09-04 14:28:31 +02:00
Nicolas Silva
cac9a73750 Bug 1083101 - rename gfx::Mutex into gfx::CriticalSection and move it to its own file. r=jrmuizel 2015-09-04 14:28:20 +02:00
Nicolas Silva
63fd1ccf4d Bug 1083101 - Win32 implementation of the TaskScheduler. r=jrmuizel 2015-09-04 14:27:52 +02:00
Nicolas Silva
8f49f122e9 Bug 1083101 - Make gfx::DrawingCommand methods const. r=jrmuizel 2015-09-04 14:27:43 +02:00
B2G Bumper Bot
bd53060f7d Bumping manifests a=b2g-bump 2015-09-02 09:19:58 -07:00
B2G Bumper Bot
c3d5547d55 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cb0a474452f1
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #31556 from rickychien/b2g-43

Bug 1146713 - Upgrade to b2g 43.0a1 r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/eb9ce27f2860
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1146713 - Upgrade to b2g 43.0a1
2015-09-02 09:17:15 -07:00
B2G Bumper Bot
b15f330046 Bumping manifests a=b2g-bump 2015-09-02 08:20:09 -07:00
B2G Bumper Bot
9c704cfc5a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/290173a08347
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #31605 from ferjm/bug1157172.zipcodetruncation

Bug 1157172 - [Contacts] The hint text of 'Zip code' on value selecto…

========

https://hg.mozilla.org/integration/gaia-central/rev/6c5a1bee21d0
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1157172 - [Contacts] The hint text of 'Zip code' on value selector button are displayed with truncation. r=borjasalguero
2015-09-02 08:17:26 -07:00
B2G Bumper Bot
26667a60ef Bumping manifests a=b2g-bump 2015-09-02 06:10:15 -07:00
B2G Bumper Bot
3bf95dce4e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/98e7bf4a40fd
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31647 from chenpighead/1200517

Bug 1200517 - Let text-selection-dialog show on top of ActivityWindow.

========

https://hg.mozilla.org/integration/gaia-central/rev/bd8550b66f72
Author: Jeremy Chen <jeremychen@mozilla.com>
Desc: Bug 1200517 - Let text-selection-dialog show on top of ActivityWindow.
2015-09-02 06:07:23 -07:00
Carsten "Tomcat" Book
55e715b3b4 Merge mozilla-central to b2g-inbound 2015-09-02 14:57:45 +02:00
Carsten "Tomcat" Book
22484bfe22 merge mozilla-inbound to mozilla-central a=merge 2015-09-02 13:53:06 +02:00
Carsten "Tomcat" Book
37d34c5234 merge fx-team to mozilla-central a=merge 2015-09-02 13:33:47 +02:00
Tom Tromey
71a0434d49 Bug 1201136 - treat "currentColor" as a valid color. r=heycam 2015-09-02 11:53:00 +02:00
Tim Nguyen
bcdee9349e Bug 1195135 - Test for storage "stores-cleared" event. r=mratcliffe 2015-09-03 15:57:00 +02:00
Gabriel Luong
222664fc45 Bug 1194827 - [promise-dbg] Implement panel startup and destroy r=fitzgen 2015-09-01 21:55:15 -07:00
B2G Bumper Bot
f2d6783538 Bumping manifests a=b2g-bump 2015-09-01 19:35:02 -07:00
B2G Bumper Bot
83039fb10d Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ab9e5d9915d
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31512 from BorisChiou/Bug1121463

Bug 1121463 - Provide 'copy link/URL' option when long-pressing hyperlinks

========

https://hg.mozilla.org/integration/gaia-central/rev/b2c0ede4dc68
Author: Boris Chiou <boris.chiou@gmail.com>
Desc: Bug 1121463 - Part 2: Add copy links/images marionette test

========

https://hg.mozilla.org/integration/gaia-central/rev/6689ba8c1270
Author: Boris Chiou <boris.chiou@gmail.com>
Desc: Bug 1121463 - Part 1: Support copy links

========

https://hg.mozilla.org/integration/gaia-central/rev/d096a1ceb620
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31459 from CervantesYu/bug_1179353

Bug 1179353 - Implement a stable screen automatic brightness algorithm.

========

https://hg.mozilla.org/integration/gaia-central/rev/bbff47caca1e
Author: Cervantes Yu <cyu@mozilla.com>
Desc: Bug 1179353 - Implement a stable screen automatic brightness algorithm. r=timdream
2015-09-01 19:32:16 -07:00
B2G Bumper Bot
4cb36d44a8 Bumping manifests a=b2g-bump 2015-09-01 19:10:17 -07:00
B2G Bumper Bot
f435b13d0d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5662c54c7f6e
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #31589 from hfiguiere/bug1196438-activity-test

Bug 1220776 and Bug 1196438

Fixing overlay display (DB race condition), fix tests for overlay and reenable activity test.

========

https://hg.mozilla.org/integration/gaia-central/rev/19abb443a585
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1196438 - Reenable activity test.

========

https://hg.mozilla.org/integration/gaia-central/rev/dc45c210c618
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1200776 - [Music][NGA] Overlays never appear on b2g-desktop
2015-09-01 19:07:28 -07:00
Riadh Chtara
1930cc74df Bug 682069 - Password Import from IE not available. r=dolske r=mattn
--HG--
extra : transplant_source : %85p%0C%5B%8CZ%7D%2C%81%8EW%CFC%CD%C4%E0%29%E1M%20
2015-09-01 17:27:04 -07:00
Florian Quèze
e966fcb5ac Bug 1169459 - remove the loadFromJars/jarURIs prefs, r=Mossop. 2015-09-04 11:50:49 +02:00
Florian Quèze
c21b38ccef Bug 1194153 - Chrome Registry's convertChromeURL shouldn't crash when given a null url, r=bsmedberg. 2015-09-04 11:39:08 +02:00
Florian Quèze
2d82cfc143 Bug 438599 - the currentEngine attribute of nsIBrowserSearchService should never be null, r=Mossop. 2015-09-04 11:39:08 +02:00
Nils Ohlmeier [:drno]
29abc01590 Bug 1200823 - s/test.steeplechase/test.testOptions.steeplechase/. r=bwc
--HG--
extra : rebase_source : f9e2b5101807af944e4be6b7143828bf43e2f3c7
2015-09-01 13:59:03 -07:00
Masayuki Nakano
d194119036 Bug 895274 part.85 Rename NS_DRAGDROP_GESTURE to eLegacyDragGesture r=smaug 2015-09-02 15:08:03 +09:00
Masayuki Nakano
38dd7f699e Bug 895274 part.84 Rename NS_DRAGDROP_DRAGDROP to eLegacyDragDrop r=smaug 2015-09-02 15:08:03 +09:00
Masayuki Nakano
3394edcb4a Bug 895274 part.83 Rename NS_DRAGDROP_EXIT to eDragExit r=smaug 2015-09-02 15:08:02 +09:00