Irving Reid
|
e97ded2b9d
|
Bug 818958: Tell SPSProfiler when the JS runtime shuts down r=luke
|
2013-01-18 12:04:35 -05:00 |
|
Fabrice Desré
|
ed8960813a
|
Bug 830835 - update a app, cancel the download, check for update => does not send a downloadavailable event r=julienw
|
2013-01-18 09:01:40 -08:00 |
|
Antonio M. Amaya
|
67f2879e63
|
Bug 831617 - Killed process when change settings, r=sicking
|
2013-01-17 22:50:59 +01:00 |
|
Brian Hackett
|
ac6b482ac2
|
Bug 772820 - Disallow GCs during script analysis or compilation, r=billm.
|
2013-01-18 09:23:28 -07:00 |
|
Rafael Ávila de Espíndola
|
1adf350494
|
Bug 831303 - Comment the assert. r=ehsan.
|
2013-01-18 11:14:31 -05:00 |
|
Paul Adenot
|
aa9245764b
|
Bug 829042 - Remove dead PlaybacKRateChanged member. r=cpearce
|
2013-01-18 16:57:17 +01:00 |
|
Paul Adenot
|
3a2ab91392
|
Bug 822933 - Add symbol to layout/media/symbols.def/in for libnestegg update. r=kinetik
|
2013-01-18 16:57:17 +01:00 |
|
Paul Adenot
|
5163604caa
|
Bug 793274 - Make sure to have enough frames pushed to the AudioStream before starting it. r=kinetik
|
2012-11-26 15:13:08 +01:00 |
|
Paul Adenot
|
56960da2a6
|
Bug 822933 - Properly check if a WebM file has cues. r=kinetik
|
2012-12-23 16:51:17 +01:00 |
|
Paul Adenot
|
74ac2ddc1a
|
Bug 826349 - Make video keep its muted state after seeking. r=kinetik
|
2013-01-18 16:57:17 +01:00 |
|
Paul Adenot
|
63641e4448
|
Bug 825325 - ImageContainer::NotifyPaintedImage is not called on android. r=nical
|
2013-01-18 16:57:17 +01:00 |
|
Paul Adenot
|
25a955ef0a
|
Bug 828713 - soundtouch_config.h checks the non-existing MOZ_SAMPLE_TYPE_S16LE symbol. r=ehsan
|
2013-01-18 16:57:16 +01:00 |
|
Randell Jesup
|
5b31935363
|
Bug 831831: Don't ignore incoming RTCP; don't make webrtc code think no bytes were sent r=ekr
|
2013-01-18 10:45:53 -05:00 |
|
Jon Coppeard
|
82af8dd2b4
|
Bug 831733 - GC: Transplant jsapi test (testBug604087) fails with rooting analysis r=billm
|
2013-01-17 10:09:14 +00:00 |
|
Jon Coppeard
|
ebb1a78cb9
|
Bug 831386 - GC: ChromeBuffer jsapi test fails under rooting analysis r=terrence
|
2013-01-16 18:42:04 +00:00 |
|
Ehsan Akhgari
|
4a25f0379a
|
Move testpilot prefs for our test suites near each other, no bug
|
2013-01-18 10:27:44 -05:00 |
|
Christian Holler
|
ba38d7efb2
|
Bug 831629 - Add 291 missing jit-tests for various bugs. rs=terrence
|
2013-01-18 15:36:28 +01:00 |
|
Henri Sivonen
|
73572ee819
|
Bug 234628 part 4 - Test cases for character encoding override code. r=bzbarsky.
--HG--
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-1.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-10.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-11.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-2.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-3.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-4.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-5.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-6.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-7.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-8.js
rename : docshell/test/browser/browser_bug134911.js => docshell/test/browser/browser_bug234628-9.js
|
2013-01-18 16:27:03 +02:00 |
|
Henri Sivonen
|
10a04a0909
|
Bug 234628 part 2 - Make manual encoding overrides not apply to internal URL schemes or to docs declared as UTF-16 on the HTTP level; make docshells able to report when the encoding menu should be disabled. r=bzbarsky.
|
2013-01-18 16:27:03 +02:00 |
|
Henri Sivonen
|
81b1eb7858
|
Bug 234628 part 1 - Make the BOM take precedence over manual encoding overrides. r=smaug.
|
2013-01-18 16:27:03 +02:00 |
|
Ehsan Akhgari
|
123c2005b1
|
Remove a trailing comma from the ColorFormat enum in order to prevent compiler warnings, no bug
|
2013-01-18 09:13:26 -05:00 |
|
Brian Hackett
|
cef0213cbb
|
Bug 831822 - Fix various rooting hazards and unnecessary roots found by static analysis, r=terrence.
|
2013-01-18 06:48:13 -07:00 |
|
Paul Adenot
|
c4835a573f
|
Bug 821737 - r=kinetik
|
2013-01-18 14:21:47 +01:00 |
|
Eddy Bruel
|
934df64ff5
|
Bug 568953 - Implement ModuleBox; r=jorendorff
|
2013-01-18 14:24:09 +01:00 |
|
Eddy Bruel
|
14cd5d771b
|
Bug 568593 - Refactor SharedContext; r=jorendorff
|
2013-01-18 14:21:32 +01:00 |
|
Eddy Bruel
|
d91328f4ed
|
Bug 568953 - Implement Module objects; r=jorendorff
|
2013-01-18 14:18:07 +01:00 |
|
Jacek Caban
|
3243b2b08a
|
Bug 828141 - Added missing Accessible-inl.h include
|
2013-01-18 12:16:01 +01:00 |
|
L. David Baron
|
54459b6fea
|
Backout changeset aa20a6097d0b (bug 830983) for causing mochitest-other orange in test_app_cleardata_permissions.html.
|
2013-01-18 11:00:19 +00:00 |
|
Gina Yeh
|
4d76e6a416
|
Bug 828175 - Patch 1: [Bluetooth] [Hfp] Error handling for AT+CHLD command, r=echou
|
2013-01-18 18:53:00 +08:00 |
|
Alexandre Poirot
|
337c26de98
|
Bug 830983 - Prevent removing in-memory app permissions when deleting only its in-browser permissions., r=sicking
|
2013-01-18 11:04:40 +01:00 |
|
Adam Roach [:abr]
|
9c2697eb77
|
Bug 824919: Weaken key references to PeerConnection and friends r=jesup,smaug,ekr
|
2013-01-17 17:11:14 -06:00 |
|
Yoshi Huang
|
e514da1eed
|
Bug 821584 - Part 2: xpcshell tests for parsePbrTlv. r=hsinyi
|
2013-01-16 17:34:37 +08:00 |
|
Yoshi Huang
|
1251f7427a
|
Bug 821584 - Part 1: readPBR and Refactor ICCContact. r=hsinyi
|
2012-12-27 19:06:29 +08:00 |
|
L. David Baron
|
af4eaaf105
|
Bug 831354, test fix 2, followup: remove a 'line-height: 0' that's in the test but not the reference.
|
2013-01-17 22:55:22 +00:00 |
|
Frank Yan
|
076d88e6c1
|
No bug - Fix nsIURI typos in comments. r=me
|
2013-01-17 22:05:28 -08:00 |
|
Frank Yan
|
84092f4f2d
|
Bug 774315 - Followup to fix the followup. rs=jaws
|
2013-01-17 22:05:26 -08:00 |
|
Nicholas Nethercote
|
1a81511158
|
Bug 831193 (part 1) - Remove uses of NS_MEMORY_REPORTER_IMPLEMENT from nsMemoryReporterManager.cpp. r=jlebar.
--HG--
extra : rebase_source : bb51ea8dcd4600a675a0ce1ddb45d7ced4f8c359
|
2013-01-15 23:02:45 -08:00 |
|
Daniel Holbert
|
ae84ee44e5
|
(no bug) Fix comment in typo, and remove stale XXXdholbert comment. Comment-only, DONTBUILD
|
2013-01-17 21:32:31 -08:00 |
|
Nicholas Nethercote
|
3dca3123e6
|
Bug 826521 (part 2) - Report memory used by event targets, especially XHRs. r=bz.
--HG--
extra : rebase_source : 543f0e367ce73477d62eca544137a101108a97be
|
2013-01-17 21:21:43 -08:00 |
|
Nicholas Nethercote
|
f7ae295c20
|
Bug 826521 (part 1) - Add SizeOfIncludingThisEvenIfShared() for strings. r=bz.
--HG--
extra : rebase_source : 5c10fc346ba0c5fa76d947a97254e9ebc49353e1
|
2013-01-17 21:21:35 -08:00 |
|
Jared Wein
|
ec85f11f45
|
Bug 774315 - Followup to switch to using background-image/background-position for the close icon. r=me
|
2013-01-18 00:18:10 -05:00 |
|
Benjamin Peterson
|
fcd1dd4233
|
Bug 832148 - Remove AutoPtr. r=njn
--HG--
extra : rebase_source : b798d2ac8c56bd610cd52bc3ac86f585c18055c8
|
2013-01-18 00:16:27 -05:00 |
|
Jared Wein
|
ad57839787
|
Bug 774315 - Close button and context menu to hide click-to-play plugin instances. Portions of the patch contributed by David Keeler. r=felipe
|
2012-07-17 13:45:59 -07:00 |
|
Boris Zbarsky
|
290dde2392
|
Bug 831780. Only count the broken-image placeholder in the visual overflow, not the scrollable overflow. r=mattwoodrow
|
2013-01-17 23:17:41 -05:00 |
|
Owen Coutts
|
c1d2c6fa55
|
Bug 829866 - Play button overlay not removed from video when playing through JavaScript if video is display:none. r=jaws
|
2013-01-17 17:54:19 -05:00 |
|
Owen Coutts
|
77fa50a64d
|
Bug 807880 - Click-to-play plugin placeholder can be styled by inherited CSS. r=jaws
|
2013-01-17 17:52:44 -05:00 |
|
Chris Jones
|
048d0104e4
|
Bug 832117: Check that the referent root is nonnull. r=roc a=blocking-b2g
|
2013-01-17 18:34:44 -08:00 |
|
Aaron Klotz
|
e70c449d32
|
Bug 829909 - Fix some Plugin Hang UI synchronization problems. r=bbondy
|
2013-01-17 21:22:21 -05:00 |
|
Raymond Lee
|
df919a53d3
|
Bug 752218 - Replace usage of AddURI with updatePlaces. r=mak
|
2013-01-17 10:28:26 +08:00 |
|
Ryan VanderMeulen
|
2f7217bed0
|
Merge m-c to inbound.
|
2013-01-17 21:21:24 -05:00 |
|