Peter Van der Beken
d38e26a2ce
Bug 993047 - Support outerizing and addProperty hooks on globals with WebIDL bindings. r=bz.
...
--HG--
extra : rebase_source : cc8f013525dca74a4d7926f3cbb301ac42aab406
2014-02-15 22:12:33 +01:00
Peter Van der Beken
bc34bf3fb1
Bug 993053 - Add xpc::InitGlobal containing the common code for wrapping main-thread XPConnect and WebIDL globals. r=bholley.
...
--HG--
extra : rebase_source : b385e1a3bebc1ef76a49bd2fb0555b3dba640f0d
2014-02-05 22:09:19 +01:00
Peter Van der Beken
7b5ecff2b8
Bug 983619 - Add Window.getInterface/QueryInterface to WebIDL. r=bz.
...
--HG--
extra : rebase_source : 4a4f368ba4f84e6e5104522181eb3043efd7ed38
2014-02-15 22:12:33 +01:00
Peter Van der Beken
731e4f5b3d
Bug 990158 - Make inner windows use their wrapper cache. r=bz.
...
--HG--
extra : rebase_source : bc040c75280bb45ae7ab0ed302130ff5d7178153
2013-11-09 11:20:22 +01:00
Carmen Jimenez
e1463caa41
Bug 992589 - OperatorApps.jsm errors when running with and without Single Variant apps. r=ferjm
2014-04-08 12:46:27 +02:00
Jan Horak
ccc640e2e2
Bug 991686 - Build Gnome components also for GTK3. r=glandium
2014-04-08 09:57:45 -04:00
Dan Gohman
fb90729b81
Bug 993174 - SpiderMonkey: Fix missing declarations under --disable-unified-compilation r=mrosenberg
2014-04-08 06:53:42 -07:00
Carsten "Tomcat" Book
6a4d67f8ec
Merge m-c to mozilla-inbound
2014-04-08 15:39:46 +02:00
Carsten "Tomcat" Book
c4ca5079f9
merge b2g-inbound to mozilla-central
2014-04-08 15:34:07 +02:00
Carsten "Tomcat" Book
e2242cf77c
merge fx-team to mozilla-central
2014-04-08 15:33:02 +02:00
Nicolas Silva
147c5f5621
Bug 993360 - Don't crash when a region is passed to DataTextureSourceD3D*::Update. r=mattwoodrow
2014-04-08 15:17:26 +02:00
Nicolas Silva
390fee8939
Bug 993360 - Check for the max texture size when allocating d3d TextureClients. r=mattwoodrow
2014-04-08 14:50:49 +02:00
Nicolas Silva
6f3e848804
Bug 993360 - Don't try to lock a texture if it failed to allocate. r=mattwoodrow
2014-04-08 14:50:41 +02:00
Nicolas Silva
ea60dea72a
Bug 993360 - Always use DXGI_FORMAT_B8G8R8A8_UNORM with d3d11 OMTC. r=mattwoodrow
2014-04-08 14:50:36 +02:00
Neil Deakin
05bc3eb6f1
Bug 610545, tweak bookmark panel animations, patch by philipp sackl, r=enn
2014-04-08 08:45:52 -04:00
Neil Deakin
d269bf8317
Bug 610545, add animation to bookmarks panel, r=dao
2014-04-08 08:45:52 -04:00
Neil Deakin
528631c8be
Bug 610545, add cycle collection to TransitionEnder to prevent leak, r=smaug
2014-04-08 08:45:52 -04:00
Neil Deakin
df603a7f4d
Bug 610545, fix tests to disable arrow panel transitions to speed them up and fix mouse targetting issues, r=felipe
2014-04-08 08:45:52 -04:00
Neil Deakin
5b6857f3f0
Bug 610545, tweak arrow panel animations, patch by philipp sackl, r=enn
2014-04-08 08:45:52 -04:00
Neil Deakin
b6f3539dc4
Bug 610545, check for a transition earlier to avoid assertion if a panel is opened while it is closing, r=neil
2014-04-08 08:45:52 -04:00
Neil Deakin
77a876d7d3
Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao
2014-04-08 08:45:52 -04:00
Neil Deakin
7572adecf7
Bug 992229, convert device to css pixels before setting menupopup position after move or resize, r=tn
2014-04-08 08:45:52 -04:00
Masatoshi Kimura
83e4979511
Bug 992503 - Remove the MSVC exemption for FAIL_ON_WARNINGS in tools/profiler. r=BenWa
2014-04-08 21:22:14 +09:00
Asaf Romano
162588a904
Bug 993274 - Remove cmd_new:livemark. r=mak
2014-04-08 12:05:26 +03:00
Asaf Romano
ab2c95ce76
Fix for the patch checked in for bug 983623 - Don't import PlacesUtils twice.
2014-04-08 11:50:33 +03:00
Asaf Romano
65a7a1ca10
Bug 983623 - Implement cmd_un/redo for the new async TM. r=mak
2014-04-08 11:42:06 +03:00
B2G Bumper Bot
ca5309ae43
Bumping manifests a=b2g-bump
2014-04-08 00:41:24 -07:00
B2G Bumper Bot
25bbf96f9d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/82aa7db46a22
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #17629 from RudyLu/keyboard/Bug956175-switch_language
Bug 956175 - [keyboard refactor] handle language switching.
r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/2a7bb3d14e82
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 956175 - [keyboard refactor] handle language switching.
- Add KeyboardLayoutManager, load layout definition file dynamically.
- Change the format of layout definition from js to json.
- Add unit tests.
2014-04-08 00:36:33 -07:00
Thomas Zimmermann
0ed53b3260
Bug 990984: Explicitly close socket file descriptor, r=kyle
...
Closing the socket explicitly will make UnixSocket fail
if we're trying to read or write afterwards; indicating
potential bugs.
2014-04-08 09:30:58 +02:00
Thomas Zimmermann
08e178ea84
Bug 981239: Use atomic ref-counting for |UnixSocketConsumer|, r=kyle
...
|SocketSendTask| acquires a reference to |UnixSocketConsumer| on
the main thread and releases this reference on the I/O thread;
leading to race-conditions. This patch adds
- atomicity for ref-counting of |UnixSocketConsumer|, and
- stricter tests in the destructor of this class.
2014-04-08 09:27:47 +02:00
B2G Bumper Bot
053b6c1d5d
Bumping manifests a=b2g-bump
2014-04-08 00:16:32 -07:00
B2G Bumper Bot
9a4aa7432b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/451250fa7e7c
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #17952 from rnowm/989933
Bug 989933 - Create green themed header [BB] for comms apps r=pivanov
========
https://hg.mozilla.org/integration/gaia-central/rev/08ef8aad0ec8
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 989933 - Create green themed header [BB] for comms apps
2014-04-08 00:11:10 -07:00
B2G Bumper Bot
60498265f1
Bumping manifests a=b2g-bump
2014-04-07 23:22:43 -07:00
Phil Ringnalda
d165933740
Back out a28cd2a8b397 (bug 992105) for Windows build bustage
2014-04-07 22:42:19 -07:00
Robin Ricard
fcd12f6783
Bug 990259 - Double-tap zoom does not work when text reflow is enabled. r=margaret.leibovic
...
Fix regression introduced in 958111
2014-04-07 15:37:00 +02:00
Heiher
22d2b7e0fc
Bug 992613 - Fix up branding files missing for gtk3 widget toolkit when using aurora or official branding. r=gijs
2014-04-05 20:52:00 +01:00
James Kitchener
69350b574c
Bug 877563 - Operator spacing tests r=fredw
2014-04-04 17:55:00 +02:00
James Kitchener
470ade8f5e
Bug 875563 - Zero dictionary lspace/rspace when not in (inferred) mrow r=fredw
2014-04-04 17:54:00 +02:00
Nils Maier
1327d79073
Bug 957089 - Fix mapURIToAddonID for non-bootstrapped add-ons. r=bmcbride
2014-04-08 03:51:00 +02:00
Bevis Tseng
e5b8117321
Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai
2014-04-03 16:46:51 +08:00
Bevis Tseng
c95434d69d
Bug 990918 - Part 1: Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist. r=htsai
2014-04-03 16:33:56 +08:00
B2G Bumper Bot
445a3e659c
Bumping manifests a=b2g-bump
2014-04-07 21:06:25 -07:00
B2G Bumper Bot
aee8dd24c0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ee2b3048ba1e
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #17950 from mcav/stopwatch-l10n
Bug 988057 - [Stopwatch][l10n] Localization of stopwatch is broken. r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/1ce72ce5ed12
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 988057 - [Stopwatch][l10n] Localization of stopwatch is broken.
2014-04-07 21:01:11 -07:00
Ryan VanderMeulen
a327dec26a
Merge m-c to b2g-inbound.
2014-04-07 22:39:09 -04:00
Ryan VanderMeulen
4aa2d3dc0f
Merge b2g-inbound to m-c.
2014-04-07 22:29:35 -04:00
B2G Bumper Bot
18f78eb31e
Bumping manifests a=b2g-bump
2014-04-07 19:02:49 -07:00
B2G Bumper Bot
03a952a6a7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7685bf4c4968
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17630 from steveck-chung/bug-983631
Bug 983631 - [Messages] After deleting a message thread the notification persists forever. r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/b9986a0e8c20
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 983631 - [Messages] After deleting a message thread the notification persists forever.
* Add closeNotificationsForThread api and make it return as promise
* Apply julien's promise-based test case
2014-04-07 19:01:12 -07:00
B2G Bumper Bot
9501c94aab
Bumping manifests a=b2g-bump
2014-04-07 18:51:35 -07:00
B2G Bumper Bot
d0c87ec4f0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aed1eb065c43
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #18019 from yurenju/maxBuffer
Bug 992773 - maxBuffer for child_process.exec is exceeded in |make build... r=@cctuan
========
https://hg.mozilla.org/integration/gaia-central/rev/7d0c35d4db39
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 992773 - maxBuffer for child_process.exec is exceeded in |make build-test-integration|
2014-04-07 18:46:17 -07:00
B2G Bumper Bot
0d6c173758
Bumping manifests a=b2g-bump
2014-04-07 17:57:52 -07:00