Chris Jones
ca39444b15
Bug 790505, part 3: Add API for scheduling a shadowable-layer mutation to be applied at the next layers transaction. r=mattwoodrow,roc
2012-10-02 22:55:50 -07:00
Chris Jones
cac4904e11
Bug 790505, part 2: Add a GetLayerTransformForFrame() helper for computing a frame's layer transform outside a proper transaction, and mark frames that have been fully prerendered. r=roc
2012-10-02 22:55:50 -07:00
Chris Jones
c78629f9f8
Bug 790505, part 1: Have prerendered transform frames pretend that they don't have an opaque region so that we can move them around more efficiently. r=mattwoodrow
2012-10-02 22:55:50 -07:00
Jared Wein
513a0f2de9
Bug 797667 - Add back the SocialToolbar.button getter. r=markh
...
--HG--
extra : rebase_source : 0b6627797e3f5d46e5e94c8dcfd5d9dceaebe257
2012-10-03 21:00:57 -07:00
Matthew Noorenberghe
c704d186dc
Disable test_notifications_popup.html from bug 784028 on android since it's lacking PopupNotifications
2012-10-03 20:54:37 -07:00
Frank Yan
cfcc3c26cf
Bug 765750 - Remove Yandex default search engine data from aboutHome.js. r=mak r=kev
2012-10-03 20:36:23 -07:00
Frank Yan
4df0ec7529
Bug 797230 - Fix sizing of Switch-to-tab icon in HiDPI mode. r=shorlander
2012-10-03 20:36:10 -07:00
Matthew Gregan
dee65c56e1
Bug 795892 - Add crashtest.
2012-10-04 15:48:51 +13:00
Gina Yeh
1d84205ec3
Bug 795659 - Final version: Follow-up to bug 795458, r=qdot
2012-10-04 11:13:12 +08:00
Kannan Vijayan
a95c44ef34
Bug 795803 - Enable ICing of JSNative and PropertyOp getters. (r=jandem)
2012-10-03 22:55:24 -04:00
Daniel Holbert
691b3b77ff
Bug 796212 followup: add #ifdef guard around static variables that are only used in #ifdef'd code, to fix build warning in non-MOZ_FLEXBOX-enabled builds.
2012-10-03 19:52:21 -07:00
Ryan VanderMeulen
84b001d90c
Merge m-c to inbound.
2012-10-03 22:24:20 -04:00
Ryan VanderMeulen
c0d8585b0b
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
2012-10-03 22:13:14 -04:00
Daniel Holbert
227692a663
Bug 797022: Turn on MOZ_FLEXBOX build flag to enable CSS3 flexbox in builds. r=bz
2012-10-03 19:08:43 -07:00
Ryan VanderMeulen
362bb93971
Merge the last PGO-green inbound changeset to m-c.
2012-10-03 21:43:28 -04:00
Joe Drew
ae803c4362
Bug 797632 - Temporarily disable high-quality downscaling for causing crashes. r=jlebar
2012-10-03 19:53:30 -04:00
rjesup@jesup.org
13af8ac5fa
Bug 797572: Export SRTP functions from libssl. r=bsmith
...
--HG--
extra : rebase_source : 0d95c706eafd57dec591cd2651d3a1ceaec83de4
2012-10-03 15:52:10 -07:00
OHZEKI Tetsuharu
ade318a874
Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
f8270fa49a
Bug 797326 - Get the right line number printed in test_jsctypes.js.in. r=jorendorff
2012-10-03 18:19:23 -04:00
Matthew Noorenberghe
0aaedea0f9
Bug 784028: password manager doesn't prompt to save passwords in popup windows - tests. r=gavin
...
--HG--
extra : rebase_source : 6b9200bbc70ae9866acedf3c6e1eb8b8be21b52d
2012-10-03 14:47:15 -07:00
Shane Caraveo
d8498efa59
Bug 797134 - Right-clicking on the Social API ambient notification buttons opens the panel and context menu. r=jaws
2012-10-03 13:57:13 -07:00
Gary Kwong
c766f778f4
Bug 696305 - Tweak suppression file for bug 793533. DONTBUILD
2012-10-03 13:36:41 -07:00
Gary Kwong
7da6af38a4
Bug 696305 - Add another 64-bit suppression for bug 793533. DONTBUILD
...
--HG--
extra : rebase_source : 876faf080da567f882e1e989bc3597ca0f3fee00
2012-10-03 12:10:04 -07:00
David Chan
7991baddb3
Bug 797177 - Unbreak b2g mochitests, r=ahal
2012-10-02 15:43:19 -07:00
Zack Weinberg
baa7b0e11d
Merge revert of diagnostic round 2 for bug 536603. DONTBUILD
2012-10-03 09:01:01 -04:00
Ed Morley
6fa009494e
Bug 759157 - Disable tilt_* tests on Linux for frequent failures (plus bug 795308, bug 761007, bug 795952, bug 795621)
2012-10-03 10:46:35 +01:00
Bobby Holley
e86f6f47ba
Bug 795275 - Telemetry. r=mrbkap
2012-10-03 11:44:18 +02:00
Bobby Holley
02d3f31738
Bug 795275 - Warn about content access to |Components|. r=mrbkap
2012-10-03 11:44:18 +02:00
Bobby Holley
5fa99bf185
Bug 795275 - Turn Components into a JS value getter for content scopes. r=mrbkap
2012-10-03 11:44:18 +02:00
Bobby Holley
b9afeeb542
Bug 795275 - Introduce an explicit mechanism for determining if a script is from XBL. r=mrbkap
...
We want this right now so that we can avoid the scary warning when content Components
access happens in XBL (which we're allowing going forward). This patch would be overkill
just for that, but I also have plans to introduce a SOW-like protection of the Components
wrapper filtering policy. I can't just do the filename hack for that though, because real-
world XBL filenames might be all over the place. So let's just be safe here.
2012-10-03 11:44:18 +02:00
Bobby Holley
5d4e37827c
Bug 795275 - Clean up isSystemOnlyAccessPermitted. r=mrbkap
...
A lot of this stuff can be simplified now, and we can stop using the deprecated APIs.
2012-10-03 11:44:18 +02:00
Mounir Lamouri
d145d82982
Bug 795725 - Remove booleans that prevents calling RemoveObserver() twice. r=smaug
2012-10-03 10:39:23 +01:00
Mounir Lamouri
12ac8bdc34
Bug 795703 - Do not assert when calling do_GetWeakReference() on a nsISupport not capable of that. r=smaug,dougt
2012-10-03 10:38:46 +01:00
Vicamo Yang
1e37b06c3c
Bug 790192 - Part 2/2: test cases, r=marshall_law
2012-10-03 16:37:29 +08:00
Vicamo Yang
7e078e6674
Bug 790192 - Part 1/2: support strict GSM SMS 7-Bit encoding, r=marshall_law
2012-10-03 16:37:19 +08:00
Girish Sharma
895309c770
Bug 797066 - Make javascript.options.mem.log only log the GC/CC details in the Console. r=terrence
2012-10-03 00:57:31 +05:30
David Rajchenbach-Teller
6b356ba4e7
Bug 794104 - In async OS.File, DEBUG should be false. r=yoric
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
1d46be1e7b
Bug 793435 - Open worker_test_osfile_win.js instead of worker_test_osfile_unix.js. r=yoric
2012-10-03 18:19:23 -04:00
WangJun
0046ba4707
Bug 793435 - Handle INVALID_HANDLE in CloseHandle and FindClose correctly. r=yoric
2012-10-02 20:56:47 +08:00
Andrea Marchesini
a25544f89f
Bug 720083 - postMessage doesn't need the targetOrigin. r=bent
2012-10-03 18:19:22 -04:00
Andrea Marchesini
2cfa5a3d14
Bug 720083 - Workers: add support for transferable objects from HTML5 spec. r=sphink, r=bent
2012-10-03 18:19:22 -04:00
Ryan VanderMeulen
325089208a
Merge m-c to inbound.
2012-10-03 18:19:17 -04:00
Allison Naaktgeboren
ff051d02ba
Bug 720997 - add sync prefs prefix to about:support whitelist.r=Unfocused
2012-10-03 15:04:01 -07:00
Cameron McCormack
3fcef2abc9
Bug 655877 - Part 23b: Add UA style sheet rules to map xml:space='preserve' to white-space:-moz-pre-discard-newlines on SVG text elements. r=jwatt
2012-10-04 07:32:35 +10:00
Cameron McCormack
06bcd8e413
Bug 797290 - #undef DATA_NODE_FLAG_BIT like other content flag bit macros. r=Ms2ger
2012-10-04 07:32:34 +10:00
Richard Newman
d99c2fa2aa
Bug 793053 - Part 0b: add MOZ_UPDATE_CHANNEL to Makefile.in. r=gps
2012-10-03 14:19:17 -07:00
Richard Newman
2e96e4d476
Bug 793053 - Part 0a: add ANDROID_CPU_ARCH to Makefile.in. r=gps
2012-10-03 14:19:17 -07:00
Benoit Jacob
8088679e6b
Bug 779611 - part 4 - More WebGL extensions cleanup - r-jgilbert
2012-10-03 17:13:05 -04:00
Benoit Jacob
3a142c6980
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
2012-10-03 17:13:05 -04:00
Benoit Jacob
9470b7d5d2
Bug 779611 - part 2 - drop old bindings for WebGLUniformLocation - r=bz
2012-10-03 17:13:05 -04:00