Ed Morley
|
0b9ccb18ca
|
Merge mozilla-central to mozilla-inbound
|
2012-11-23 12:39:58 +00:00 |
|
Mario Alvarado [:marioalv]
|
27c843f966
|
Bug 806704 - Port browser_bug763468.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug763468.js => browser/base/content/test/browser_bug763468_perwindowpb.js
|
2012-11-23 03:01:32 -06:00 |
|
Mike Hommey
|
8e58185635
|
Bug 799295 - Work around gcc 4.5 miscompilation of CanEncodeInfoInHeader by always inlining it
|
2012-11-23 07:44:30 +01:00 |
|
Chris Pearce
|
27142adde4
|
Bug 814541 - Silence warnings in gfx/layers/d3d9/Nv3DVUtils.cpp. r=Bas
|
2012-11-23 15:21:20 +13:00 |
|
Nicolas B. Pierron
|
aff0934a21
|
Bug 810253 - Correctly dump arguments. r=dvander
|
2012-11-22 18:12:51 -08:00 |
|
Bas Schouten
|
bf4c845d16
|
Bug 814101: Respect system-wide cleartype setting. r=jrmuizel,jfkthame
|
2012-11-23 02:53:12 +01:00 |
|
Nicolas B. Pierron
|
eab785c1e8
|
Bug 799185 part 4 - Add tests for ReconstructPCStack. r=the-toad
|
2012-11-22 16:50:29 -08:00 |
|
Nicolas B. Pierron
|
8436f50500
|
Bug 799185 part 3 - Improve debug utilities within NoGCScope. r=terrence
|
2012-11-22 16:50:28 -08:00 |
|
Nicolas B. Pierron
|
0f2e186bdb
|
Bug 799185 part 2 - Add comments to ReconstructPCStack. r=jorendorff
|
2012-11-22 16:50:18 -08:00 |
|
Eric Wong
|
87516920fc
|
Bug 812970 - Rename DocAccessible::mDocument to mDocumentNode, r=surkov
|
2012-11-22 14:15:25 -08:00 |
|
Mook
|
a2c3a969b4
|
bug 793250 - clean up after test_download_samename.js (r=wesj)
---
.../downloads/test/unit/test_download_samename.js | 11 +++++++++++
1 file changed, 11 insertions(+)
|
2012-11-22 21:47:56 -08:00 |
|
Matt Woodrow
|
27cfdfd6b4
|
Bug 802385 - Never flatten component alpha layers when compositing with an accelerated layer manager. r=roc
|
2012-11-22 18:34:32 +13:00 |
|
Matt Woodrow
|
989deb978d
|
Bug 810275 - Remove the inactive layer tree offset when compute the active scrolled root position. r=roc
|
2012-11-22 18:33:37 +13:00 |
|
David Zbarsky ext:(%2C%20David%20Baron%20%3Cdbaron%40dbaron.org%3E%2C%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
|
a8ed311e40
|
Bug 788409: When the compositor runs past the end of an animation, just fill forwards until the main thread catches up. r=dbaron a=blocking-basecamp
|
2012-11-22 15:49:06 -08:00 |
|
Bellindira Castillo [:bellindira]
|
9f65ef351f
|
Bug 806702 - Port browser_privatebrowsing_zoom.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_zoom.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_zoom.js
|
2012-11-21 21:04:49 -06:00 |
|
Nicholas Cameron
|
75dacf4dde
|
Bug 812908; add a debug pref for forcing active layers; r=roc
|
2012-11-23 12:29:05 +13:00 |
|
Marco Chen
|
4502a45c4e
|
Bug 813426 - Fail to assign mozAudioChannelType twice. r=kinetik, a=blocking-basecamp
Return NS_OK when mozAudioChannelType is assiged to the same type even
if mDecoder is already set up.
|
2012-11-22 18:03:15 +08:00 |
|
Nick Thomas
|
a7b5f02df7
|
Bug 810994, update gonk-misc in snapshots for panda & unagi to get symbols (and no random-red), r=aki
|
2012-11-23 12:09:11 +13:00 |
|
Ehsan Akhgari
|
da89ef700d
|
Backed out changeset d64cb463471e (bug 806719) because of test failures
CLOSED TREE
|
2012-11-22 17:17:00 -05:00 |
|
Niko Matsakis
|
29bd82203a
|
Bug 814233 - Make things build when threadsafe/nspr are not present. r=bhackett
|
2012-11-21 21:09:39 -05:00 |
|
Jonathan Griffin
|
73a8e9cf30
|
Bug 814139 - Send state vars to frame scripts after switching frames, r=mdas
|
2012-11-21 17:08:11 -08:00 |
|
Matt Woodrow
|
a02d116ece
|
Bug 810592 - Make nsSubDocumentFrames that are actively scrolling build their own layer. r=roc
|
2012-11-22 18:33:33 +13:00 |
|
Wes Johnston
|
eaf460b407
|
Bug 813677 - Only send about:home telemetry pings when showing about:home. r=mfinkle
|
2012-11-26 14:57:11 -08:00 |
|
Brian Nicholson
|
8fb72629a0
|
Bug 775142 - Use placeholder format strings for localization. r=mfinkle,Pike
|
2012-11-26 14:48:11 -08:00 |
|
Kyle Huey
|
7ba6475e09
|
Bug 814102: Make the 'this' object used when compartment sharing a FakeBackstagePass. r=mrbkap
|
2012-11-26 14:41:59 -08:00 |
|
Kyle Huey
|
e5a7452bf5
|
Bug 811784: Account for subscripts when figuring out what object to stick properties on. r=mrbkap
|
2012-11-26 14:41:55 -08:00 |
|
Jeff Gilbert
|
f650527ca3
|
Bug 811958 - Move TextureImage into its own files - r=bgirard
|
2012-11-26 14:23:27 -08:00 |
|
Jeff Gilbert
|
5ea164ca57
|
Bug 811958 - Fix and move ShateType type - r=bgirard
|
2012-11-26 14:23:27 -08:00 |
|
Jeff Gilbert
|
9c9ac2fca3
|
Bug 811958 - Pull GLContext out of Cocoa stuff - r=bgirard
|
2012-11-26 14:23:27 -08:00 |
|
Vincent Chang
|
8bfb712573
|
Bug 811833 - [System] When the device is woken from sleep, wifi does not automatically connect to the network. r=mrbkap
|
2012-11-21 16:19:08 +08:00 |
|
Ryan VanderMeulen
|
93ddecf3d5
|
Backed out changeset 0a197ef0840c (bug 766592) for talos crashes.
|
2012-11-23 10:04:14 -05:00 |
|
Brian Hackett
|
0432d75c26
|
Add symbolic range analysis for loop induction variables, bug 766592. r=mjrosenb
|
2012-11-23 08:54:41 -05:00 |
|
David Keeler
|
cbec1edc43
|
bug 812562 - click-to-play: reshow notification for blocklisted plugins r=jaws
|
2012-11-20 16:58:22 -08:00 |
|
Jeff Gilbert
|
144687e59c
|
Backed out csets 807f2c3df974, 1637c39b4ed6, ec29e09a270e (bug 811958) for burning android
|
2012-11-26 13:48:20 -08:00 |
|
Ehsan Akhgari
|
f6d071e5c4
|
Bug 813438 - Part 4: Rewrite AsyncFaviconHelper to use NS_SniffContent; r=bzbarsky
|
2012-11-20 19:41:35 -05:00 |
|
Ehsan Akhgari
|
8f02b2437f
|
Bug 813438 - Part 3: Rewrite the unknown decoder to use NS_SniffContent; r=bzbarsky
|
2012-11-20 19:37:40 -05:00 |
|
Ehsan Akhgari
|
722bc11ee4
|
Bug 813438 - Part 2: Remove the I/O service content sniffer cache; r=bzbarsky
|
2012-11-20 19:31:31 -05:00 |
|
Ehsan Akhgari
|
8cca5e4ac6
|
Bug 813438 - Part 1: Implement NS_SniffContent; r=bzbarsky
|
2012-11-20 19:19:53 -05:00 |
|
Ehsan Akhgari
|
564f778357
|
Bug 813438 - Part 0: Register the test content sniffer in test_force_sniffing.js with the category manager properly
|
2012-11-22 16:25:23 -05:00 |
|
Patrick McManus
|
91262a60f6
|
bug 806992 EV initialization blocks the first certificate verification thread for a long time r=bsmith r=honzab
|
2012-11-22 15:57:59 -05:00 |
|
Patrick McManus
|
7099237ca8
|
bug 807435 telemetry for ssl handshake time r=bsmith r=honzab
|
2012-11-22 15:36:59 -05:00 |
|
Bellindira Castillo [:bellindira]
|
70647a1092
|
Bug 806719 - Port browser_cmd_screenshot.js to the new per-tab PB APIs; r=ehsan
--HG--
rename : browser/devtools/commandline/test/browser_cmd_screenshot.js => browser/devtools/commandline/test/browser_cmd_screenshot_perwindowpb.js
rename : browser/devtools/commandline/test/helpers.js => browser/devtools/commandline/test/helpers_perwindowpb.js
|
2012-11-22 12:10:52 -06:00 |
|
Ehsan Akhgari
|
196e0b24db
|
Bug 814284 - Part 4: Simplify DecoderTraits::ShouldHandleMediaType; r=cpearce
|
2012-11-22 15:15:47 -05:00 |
|
Ehsan Akhgari
|
90aa17737c
|
Bug 814284 - Part 3: Use CodecListContains anywhere we can; r=cpearce
|
2012-11-22 14:08:57 -05:00 |
|
Ehsan Akhgari
|
6248361b00
|
Bug 814284 - Part 2: Move the logic of dealing with requested codecs down into DecoderTraits::CanHandleMediaType; r=cpearce
|
2012-11-22 13:49:37 -05:00 |
|
Ehsan Akhgari
|
e83a5e9f35
|
Bug 814284 - Part 1: Refactor the code necessary for detection of codec support out of nsHTMLMediaElement; r=cpearce
|
2012-11-21 22:10:41 -05:00 |
|
Mike Conley
|
cf3f35abe1
|
Bug 814099 - Paused downloads don't behave properly in Downloads Panel after the session is restored. r=mak.
|
2012-11-22 14:54:51 -05:00 |
|
Mike Conley
|
7937e621b6
|
Bug 809852 - Allow cycling through the "Show all downloads" and summary footers in the Downloads Panel using the arrow keys. r=mak.
|
2012-11-22 14:38:38 -05:00 |
|
Benoit Jacob
|
242db803b6
|
Bug 813528 - WebGLElementArrayCache about:memory should not pass array.Elements() to MallocSizeOf - r=jgilbert
|
2012-11-22 13:53:11 -05:00 |
|
Benoit Jacob
|
b94a1141a4
|
Bug 799544 - block the old Mesa 'Software Rasterizer' -- recommend LLVMpipe instead - r=joe
|
2012-11-22 13:53:11 -05:00 |
|