Andreas Gal
964fcb247c
Bug 933584 - Implement OptimizeSourceSurface for skia. r=mattwoodrow
2013-11-01 09:13:36 -04:00
Olli Pettay
de3eb56cf1
Bug 932886 - Stop doing slow getService bits in dom::GetCurrentJSStack, r=bz
2013-11-01 14:55:35 +02:00
Olli Pettay
213863f431
Bug 924681, return early from nsEventStateManager::FireContextClick if we don't have a prescontext, r=masayuki
2013-11-01 14:55:05 +02:00
Ed Morley
c4ca745f11
Backed out changeset 9f04406171f7 (bug 911889) for reftest failures on Android on a CLOSED TREE
2013-11-01 12:35:36 +00:00
Ed Morley
baf1be03b8
Backed out changeset 6a294c17e175 (bug 911889)
2013-11-01 12:35:06 +00:00
Ed Morley
dbf6885779
Backed out changeset 6f26ebdd5751 (bug 911889)
2013-11-01 12:35:03 +00:00
Ed Morley
86c9157da6
Backed out changeset 9b63189605b8 (bug 911889)
2013-11-01 12:35:00 +00:00
Ed Morley
ae81cad59c
Backed out changeset 24662d1aed8f (bug 911889)
2013-11-01 12:34:57 +00:00
Ed Morley
e1ed7e6c08
Backed out changeset 989403e34775 (bug 911889)
2013-11-01 12:34:54 +00:00
Benoit Jacob
3e1407af64
Bug 886219 - Avoid introducing a global constructor with the ImageBridgeParent singleton - r=nical
2013-11-01 07:34:40 -04:00
Benoit Jacob
48ee07d231
Bug 931335 - Handle mismatched texture target in framebufferTexture2D - r=jgilbert
2013-10-31 13:01:41 -04:00
Benoit Jacob
7614486fbe
Bug 928697 - Fix crash in deferred WebGL texture initialization - r=jgilbert
2013-10-31 13:00:32 -04:00
Ed Morley
bc05f7a4b1
Backed out changeset a6878c4ee086 (bug 932309) for assertions
2013-11-01 11:14:56 +00:00
Ed Morley
bcafd7d0cc
Backed out changeset e697e7dcc321 (bug 932322)
2013-11-01 11:14:30 +00:00
Jonathan Watt
69b16aa0e0
Bug 932091 - Convert SVGBBox.mBBox to Moz2D. r=dholbert
2013-11-01 11:04:01 +00:00
Jon Coppeard
aaa83c8017
Bug 844766 - Make JSRuntime:: and Zone::gcBytes use atomics in preference to volatile r=billm
2013-11-01 10:20:50 +00:00
Jon Coppeard
2151cd257b
Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence
2013-11-01 10:20:50 +00:00
Jon Coppeard
8e341967b9
Bug 931812: Mark the store buffer first for minor GC r=terrence
2013-11-01 10:20:50 +00:00
Jon Coppeard
f2244ae74c
Bug 931446 - Improve documentation comment on JS::Heap r=terrence
2013-11-01 10:20:50 +00:00
Peter Van der Beken
5e5e82d607
Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
...
--HG--
extra : rebase_source : 0225f25a61d1bffdae8eac4f82d7fe725a3af2df
2013-10-08 18:18:40 +02:00
Peter Van der Beken
2016f04930
Bug 932320 - Use JS_DefineProperty for replaceable properties. r=bz.
...
--HG--
extra : rebase_source : 89afe3e605ca66914912e1718e1558c8e266be32
2013-10-08 17:51:03 +02:00
Peter Van der Beken
aa80a8b215
Bug 932315 - Throw a different error when this-unwrapping fails for security reasons. r=bz.
...
--HG--
extra : rebase_source : a92639be64d8d591ea4c97955bc04e6047e0d027
2013-10-16 18:11:25 +02:00
Peter Van der Beken
9232f13dce
Bug 932309 - Don't null out mDoc in nsGlobalWindow::FreeInnerObjects. r=smaug.
...
--HG--
extra : rebase_source : 098d932b2bb70575aa007788588b0fe51e71f838
2013-10-16 18:11:24 +02:00
Robert O'Callahan
cfaa36908d
Bug 911889. Part 7: A single change to CSS 'transform' should not be treated as animation. r=dbaron
...
--HG--
extra : rebase_source : 1462732be85f3b52e8b8a842872a7bde7b54e6e5
2013-09-04 23:47:25 +12:00
Robert O'Callahan
d431f0f3ee
Bug 911889. Part 6: A scripted change to element.style.opacity or element.style.transform in a setTimeout or requestAnimationFrame callback should trigger our "style property is animated" heuristic. r=dbaron
...
--HG--
extra : rebase_source : 4104e9b35aed26f24d42017bdb158f168dd67e85
2013-09-04 23:47:23 +12:00
Robert O'Callahan
5bd9a4ff2a
Bug 911889. Part 5. Add API to detect whether an nsRefreshDriver is in the middle of a refresh. r=dbaron
...
--HG--
extra : rebase_source : 3cb0dccfe176b5f6d79fd0898ddf6e5a8bed2e39
2013-09-04 23:47:21 +12:00
Robert O'Callahan
7cd28ca766
Bug 911889. Part 4. Add API to detect whether an nsGlobalWindow is running a timeout handler. r=bz
...
--HG--
extra : rebase_source : b20f70c0cb287fa3766f91172b99ad1c16329f8f
2013-09-04 23:37:46 +12:00
Robert O'Callahan
35904cefb2
Bug 911889. Part 3: Create nsLayoutUtils::HasAnimations, and suppress opacity:0 optimizations whenever there's any opacity animation even if it's not using the compositor. r=dbaron
...
--HG--
extra : rebase_source : 9698383aeff2c9cb5ee7655e18d5c491379dd495
2013-09-04 23:30:57 +12:00
Robert O'Callahan
9292e3b5de
Bug 911889. Part 2: Refactor MarkLayersActive code into its own class and be much more explicit about what it does. r=mattwoodrow
...
This also changes the functionality a little bit to track independent
per-property mutation counts and independent "content active" status.
--HG--
extra : rebase_source : 7b2686dc820a0b0985664b52ca030200f130a293
2013-09-04 23:30:57 +12:00
Jonathan Kew
19ee0760dc
bug 932037 - update harfbuzz to upstream release 0.9.23. r=jdaggett
2013-11-01 09:41:02 +00:00
Mark Banner
00bcc0319e
Bug 932970 - Trickle ICE doesn't always send a null-candidate at the end of the candidate list - reference the localDescription correctly. r=abr
2013-11-01 09:37:02 +00:00
Jordan Lund
55b55c5703
Bug 897420 - Get a basic set of metrofx talos tests running in automation. r=jmaher
2013-11-01 05:24:10 -04:00
Joel Maher
45f0cf6a77
Bug 932389 - upload a new talos.zip to capture latest changes in mozprocess. r=armenzg
2013-11-01 05:24:08 -04:00
Phil Ringnalda
722bd55365
Back out 05be2f73979e (bug 902755) on suspicion of causing Mac debug mochitest-2 assertions
...
CLOSED TREE
2013-10-31 23:39:28 -07:00
Phil Ringnalda
2283c17528
Back out df0f69fc244f (bug 933030) for bustage
...
CLOSED TREE
2013-10-31 21:42:00 -07:00
Phil Ringnalda
256cb74c6d
Back out 80bfcf2d28c7 (bug 933384) and f2757e7d1a08 (bug 932215) for bustage
...
CLOSED TREE
2013-10-31 21:25:30 -07:00
Wes Kocher
1916f92838
Backed out changeset 428bea088d2b (bug 927254) for build bustage
2013-10-31 20:47:49 -07:00
Alexander Surkov
a63b181ec8
Bug 880159, part2 - word offsets for caret might return wrong result, r=tbsaunde
2013-10-31 23:26:27 -04:00
Jan-Ivar Bruaroey
878185cc82
Bug 932420: sigslot.h - #ifdef'ed out unused multi-threading to avoid windows.h, r=jesup
2013-10-29 19:49:34 -04:00
Andreas Gal
189be09869
Bug 933030 - Eliminate thebes use in CanvasRenderingContext2D.cpp. r=roc
2013-10-31 23:19:22 -04:00
Andy Wingo
e8c5877dc1
Bug 932180 - Rewrite decompiler's bytecode parser to not need SRC_HIDDEN annotations. r=jandem
2013-10-30 12:27:22 +01:00
James Willcox
ad1de4d818
Bug 927254 - Purge SkiaGL texture cache on memory pressure r=gwright
...
--HG--
extra : rebase_source : 0b6c68c129319c96ad3056ab7b6321c04c7fbcb5
2013-10-31 10:45:41 -05:00
Andy Wingo
8a8be6dd57
Bug 932216 - Remove code conditional on JS_HAS_CONST, JS_HAS_BLOCK_SCOPE. r=jorendorff
2013-10-29 11:23:51 +01:00
ISHIKAWA, Chiaki
2d417d2685
Bug 931720 - Return low-level error correctly from nsLocalFile::CopyToNative(). r=bsmedberg
...
Fix copytonative to return better meaningful error (from errno) when PR_Write()/PR_Read() failed (e.g., failed to write to full file system, etc.)
2013-10-31 23:04:11 -04:00
Nils Maier
4d52a5cdd3
Bug 929120 - Add a way to get compartment locations ignoring non-addon locations. r=njn
...
Use that new way to map compartments to add-ons. As an added bonus, fix a currently unproblematic off-by-one error in the location parser.
2013-10-31 23:04:11 -04:00
John Shih
404e7a608c
Bug 746073 - Network Per-App Metering on HTTP layer. r=honzab
2013-06-28 11:35:46 +08:00
Cameron McCormack
e1e7d5086b
Back out bug 928798 (f532e4f26307).
2013-11-01 14:01:34 +11:00
Randell Jesup
cf752fc583
Bug 933384: Fix fake:true in mozGetUserMedia r=anant
2013-10-31 22:56:43 -04:00
Randell Jesup
dc26a67b32
Bug 932215: Lazily allocate log buffers for webrtc (4MB saving) r=jib
2013-10-31 22:56:41 -04:00
Cameron McCormack
03457ad84c
Bug 928798 - Check nsSVGTextFrame2 for dirtiness when gettings it bounding box contribution. r=roc
...
--HG--
extra : rebase_source : e9173104309e532e9e6773132b9a867e47c3ea11
2013-11-01 13:44:52 +11:00