Chris Jones
1e2b3a8245
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
6a8aa4b23b
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
8e7287f20e
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
6912360516
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
bf74ef16e1
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
d64969efa9
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
50511308ba
Bug 797230 - Fix sizing of Switch-to-tab icon in HiDPI mode. r=shorlander
2012-10-03 20:36:10 -07:00
Matthew Gregan
715fb60a85
Bug 795892 - Add crashtest.
2012-10-04 15:48:51 +13:00
Gina Yeh
114a88c200
Bug 795659 - Final version: Follow-up to bug 795458, r=qdot
2012-10-04 11:13:12 +08:00
Kannan Vijayan
346440841f
Bug 795803 - Enable ICing of JSNative and PropertyOp getters. (r=jandem)
2012-10-03 22:55:24 -04:00
Daniel Holbert
7859bf8bf7
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
5a509f3cc7
Merge m-c to inbound.
2012-10-03 22:24:20 -04:00
Ryan VanderMeulen
c7df9c8a33
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
2012-10-03 22:13:14 -04:00
Daniel Holbert
622f456be4
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
b31022a4d8
Merge the last PGO-green inbound changeset to m-c.
2012-10-03 21:43:28 -04:00
Joe Drew
497540ccc2
Bug 797632 - Temporarily disable high-quality downscaling for causing crashes. r=jlebar
2012-10-03 19:53:30 -04:00
rjesup@jesup.org
269ef2ad58
Bug 797572: Export SRTP functions from libssl. r=bsmith
...
--HG--
extra : rebase_source : 0d95c706eafd57dec591cd2651d3a1ceaec83de4
2012-10-03 15:52:10 -07:00
OHZEKI Tetsuharu
6db103f0f7
Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
e8ce3f8165
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
f29dba6300
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
27c8046cd5
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
2798022a56
Bug 696305 - Tweak suppression file for bug 793533. DONTBUILD
2012-10-03 13:36:41 -07:00
Gary Kwong
9f65b1ff16
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
4c08ecc761
Bug 797177 - Unbreak b2g mochitests, r=ahal
2012-10-02 15:43:19 -07:00
Zack Weinberg
11614caa8b
Merge revert of diagnostic round 2 for bug 536603. DONTBUILD
2012-10-03 09:01:01 -04:00
Ed Morley
d250d166e0
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
2765270430
Bug 795275 - Telemetry. r=mrbkap
2012-10-03 11:44:18 +02:00
Bobby Holley
811b9ca7d7
Bug 795275 - Warn about content access to |Components|. r=mrbkap
2012-10-03 11:44:18 +02:00
Bobby Holley
9233e2ca89
Bug 795275 - Turn Components into a JS value getter for content scopes. r=mrbkap
2012-10-03 11:44:18 +02:00
Bobby Holley
94833f2614
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
4d764c2439
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
8bda11ca6e
Bug 795725 - Remove booleans that prevents calling RemoveObserver() twice. r=smaug
2012-10-03 10:39:23 +01:00
Mounir Lamouri
d75b0a0831
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
927763ef4b
Bug 790192 - Part 2/2: test cases, r=marshall_law
2012-10-03 16:37:29 +08:00
Vicamo Yang
715fe60d10
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
960afdc80c
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
23bfbcddac
Bug 794104 - In async OS.File, DEBUG should be false. r=yoric
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
32856facbc
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
4eab8b26b1
Bug 793435 - Handle INVALID_HANDLE in CloseHandle and FindClose correctly. r=yoric
2012-10-02 20:56:47 +08:00
Andrea Marchesini
418024790b
Bug 720083 - postMessage doesn't need the targetOrigin. r=bent
2012-10-03 18:19:22 -04:00
Andrea Marchesini
9f37766b0b
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
ab95313c1f
Merge m-c to inbound.
2012-10-03 18:19:17 -04:00
Allison Naaktgeboren
b81c4989af
Bug 720997 - add sync prefs prefix to about:support whitelist.r=Unfocused
2012-10-03 15:04:01 -07:00
Cameron McCormack
a35ac63f8f
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
2e36882fc2
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
b00d574705
Bug 793053 - Part 0b: add MOZ_UPDATE_CHANNEL to Makefile.in. r=gps
2012-10-03 14:19:17 -07:00
Richard Newman
fbc8359465
Bug 793053 - Part 0a: add ANDROID_CPU_ARCH to Makefile.in. r=gps
2012-10-03 14:19:17 -07:00
Benoit Jacob
89d50dcdb1
Bug 779611 - part 4 - More WebGL extensions cleanup - r-jgilbert
2012-10-03 17:13:05 -04:00
Benoit Jacob
5d519163f1
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
08fc05d7cf
Bug 779611 - part 2 - drop old bindings for WebGLUniformLocation - r=bz
2012-10-03 17:13:05 -04:00