Dan Witte
|
89be48b3cc
|
Bug 518621 - JS_ReportErrorNumber ignores exception type for user-generated messages. r=mrbkap
|
2009-12-15 14:20:48 -08:00 |
|
Christopher A. Aillon
|
780af2e776
|
Bug 435313 - "Printing on linux should set SIMPLIFY_OPERATORS | DISABLE_SNAPPING" [r=vlad]
|
2009-12-15 17:04:22 -05:00 |
|
Neil Rashbrook
|
1bd6140306
|
Bug 533355 nsPrefBranch fails to correctly clean up some stale weak references r=bsmedberg
|
2009-12-15 21:44:48 +00:00 |
|
Neil Rashbrook
|
e5f97bdf04
|
Bug 532617 -moz-background-size does not always get serialised r=dbaron
|
2009-12-15 21:40:38 +00:00 |
|
Neil Rashbrook
|
5c00290acc
|
Bug 525057 \'make clean\' deletes automationutils.py r=ted
|
2009-12-15 21:39:51 +00:00 |
|
Serge Gautherie
|
83c40b650e
|
Bug 484799 - make {package,installer} should rebase on windows; (Cv1) Remove obsolete 'rebasedlls*'.
r=ted.mielczarek.
|
2009-12-15 22:26:17 +01:00 |
|
Serge Gautherie
|
9383707f80
|
Bug 381467 - Switch application/x-javascript to application/javascript; (Cv1) /docshell/resources/content/netError.xhtml.
r=cbiesinger.
|
2009-12-15 22:25:41 +01:00 |
|
Josh Aas
|
514a6c5e9d
|
Greatly reduce the number of timers firing when multiple Carbon plugin instances are active on Mac OS X. Should reduce CPU usage. Make all instances use the same (at most two) timers for idle events. b=519598 r=roc
|
2009-12-15 15:44:52 -05:00 |
|
Myk Melez
|
e56434ddcc
|
update comments to clarify that (get|set)CookieString[FromHTTP] should be passed a channel so that cookies are correctly get/set when third-party cookies are disabled by the user; rs=bzbarsky
--HG--
extra : rebase_source : bba695d76a8bdef06a64772e67dc6c8feaf656f8
|
2009-12-14 16:24:44 -08:00 |
|
Zack Weinberg
|
09a37c1c23
|
Bug 532721: less conservative detection of gradients with size dependence. r=dbaron
|
2009-12-15 12:34:19 -08:00 |
|
Jim Mathies
|
a0cc483d31
|
Bug 529273 - js timer exception when updating jumplists. r=dao.
|
2009-12-15 14:33:51 -06:00 |
|
Josh Aas
|
e4ef56c1b9
|
Unset the plugin instance on the plugin instance owner if the instance fails to initialize. b=533030 r=jst
|
2009-12-15 15:28:12 -05:00 |
|
Josh Aas
|
4f86d84cb3
|
Add a plugin test that sets and then gets a cookie. b=530980 r=roc
|
2009-12-15 15:14:03 -05:00 |
|
Robert O'Callahan
|
5c4bf1f0ba
|
Bug 534426. Use our zlib.h, not system zlib.h. r=jfkthame
|
2009-12-16 09:09:00 +13:00 |
|
Robert O'Callahan
|
b228105b93
|
Bug 534366. Make nsFirstLineFrame set InlineReflowState::mLineLayout correctly. r=dbaron
|
2009-12-16 09:08:59 +13:00 |
|
Zack Weinberg
|
86ab0ff298
|
Bug 532721. Be aware that gradient background rendering depends on the size of the containing frame. r=dbaron
|
2009-12-16 09:08:59 +13:00 |
|
Robert O'Callahan
|
55a25263b0
|
Bug 526323. Make test_access_controls more precise about attributing failures to the right test, and re-enable it. r=cpearce
|
2009-12-16 09:08:59 +13:00 |
|
Robert O'Callahan
|
bd5fde6807
|
Bug 526323. nsCrossSiteListenerProxy for media loads should not treat 416 'range not satisfiable' as an error. r=doublec
|
2009-12-16 09:08:59 +13:00 |
|
Robert O'Callahan
|
c38705b5f5
|
Bug 526323. Add to nsCrossSiteListenerProxy support for treating certain HTTP result codes as non-errors. r=sicking
|
2009-12-16 09:08:58 +13:00 |
|
Robert O'Callahan
|
77f0bb0079
|
Bug 526323. httpd.js should send custom headers with 416 responses. r=jwalden
|
2009-12-16 09:08:58 +13:00 |
|
Dão Gottwald
|
03aca749b3
|
more browser_354894.js debug spew
|
2009-12-15 19:20:46 +01:00 |
|
Masayuki Nakano
|
a7fc50d23b
|
bug 534420 debug code for the test
|
2009-12-16 01:49:17 +09:00 |
|
Neil Deakin
|
794984125c
|
Bug 321177, use recursive algorithm to find member variable, r=jonas
|
2009-12-15 11:07:50 -05:00 |
|
Neil Deakin
|
57246e822c
|
Bug 523780, cannot drag first search engine, r=rflint
|
2009-12-15 11:07:45 -05:00 |
|
David Bolter
|
2ebae1cd73
|
Bug 529289 - Implemented "scrollbar" and aria-orientation mappings. r=MarcoZ,surkov
|
2009-12-15 11:03:39 -05:00 |
|
Markus Stange
|
3a2b1d0a66
|
Bug 534416 - Only turn off initial auto repeat delay for hover autorepeatbuttons. r=Enn
|
2009-12-15 15:36:11 +01:00 |
|
Markus Stange
|
5d775713b8
|
Bug 534421 - Intermittent failure in test_platform_colors.xul. test_native_mouse_mac.xul needs to remove its event listeners when it's finished.
--HG--
extra : rebase_source : be19f02daf4ca4a4a6706521a3f78d6f06c89f4d
|
2009-12-15 14:36:34 +01:00 |
|
Henri Sivonen
|
75fb424ed5
|
Bug 525094 - Avoid shadowing member fields with local variables in the HTML5 parser. rs=sicking.
--HG--
extra : rebase_source : bb52f6d5f9e335a7473524c6acc410b62b3c0863
|
2009-12-15 15:19:09 +02:00 |
|
Dão Gottwald
|
5efff1c9d9
|
more debug spew
|
2009-12-15 12:50:26 +01:00 |
|
Johnathan Nightingale
|
c558db40e1
|
Bug 519344 - Blocklist antique, unversioned instances of GoogleDesktopNetwork3.dll to prevent crashes. a=blocking-firefox3.6 r=vlad
|
2009-12-14 11:37:11 -05:00 |
|
Henri Sivonen
|
085d3626c1
|
Bug 531106 - Crash in [@ nsHtml5Parser::DropStreamParser] triggered by Softpedia framebreaker. r=bnewman.
|
2009-11-30 17:34:51 +02:00 |
|
Dão Gottwald
|
72f04db1ba
|
Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano
|
2009-12-15 08:49:08 +01:00 |
|
Dão Gottwald
|
5a57bf5ea4
|
browser_354894.js debug spew
--HG--
extra : rebase_source : 1fa29533fb6db03453fc95d8ccb43304b6f739c9
|
2009-12-15 08:09:33 +01:00 |
|
L. David Baron
|
d7def4c5b1
|
reftest-print assertion workaround needs to expect three assertions for every reftest-print test on Mac. (Bug 472557)
--HG--
extra : transplant_source : 2%EBk%2A%88%D0%F3%BA%2A%92%83G%CE4%AC%D4m0%E5%A6
|
2009-12-14 12:53:42 -08:00 |
|
Ted Mielczarek
|
522f48e9f7
|
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
|
2009-12-15 01:52:57 -05:00 |
|
Ted Mielczarek
|
f261e84eaa
|
NSS: Allow the specification of an alternate library for SQLite. b=519550 r=rrelyea
|
2009-12-15 01:52:21 -05:00 |
|
Justin Dolske
|
0cfb131c4b
|
Bug 531703 - Minimize disk space usage on Windows CE. r+a=vladimir
|
2009-12-14 22:28:40 -08:00 |
|
Roy Frostig
|
dd2838505e
|
Bug 527872. Fix tests for bug 514732 from going randomorange.
|
2009-12-14 21:39:03 -08:00 |
|
Jim Mathies
|
ca23c6a577
|
Bug 533529. Detect it if someone calls GetNextToken when we're not initialized and bail out. r=bzbarsky
|
2009-12-14 22:05:19 -08:00 |
|
Masayuki Nakano
|
23afd5b333
|
Bug 532130 backout because found a bug in the patch
|
2009-12-15 15:03:51 +09:00 |
|
Robert Strong
|
144d7e0ff6
|
Bug 534090 - do not use background notification for major updates (was PMU 3.0->3.5 major update has been really poor). r=dtownsend, ui-r=beltzner
|
2009-12-14 21:43:54 -08:00 |
|
Masayuki Nakano
|
8942938dd2
|
Bug 532130 [IMM32] Support IMR_DOCUMENTFEED of WM_IME_REQUEST r=VYV03354
|
2009-12-15 14:43:16 +09:00 |
|
Boris Zbarsky
|
1ca3e20850
|
Bug 534676. Fix object hashtable lifetime management. r=timeless
|
2009-12-14 21:31:59 -08:00 |
|
Blake Kaplan
|
35ad3523b0
|
Bug 534694 - Fix building layout-debug with libxul. r=dbaron sr=jst CLOSED TREE
|
2009-12-14 17:48:53 -08:00 |
|
Benjamin Smedberg
|
ed517f92fc
|
Bug 534701 - Make linkage work even in static builds (where nsEmbedFunctions.cpp is not built) r=cjones, a=bz for a CLOSED TREE
|
2009-12-14 14:13:00 -08:00 |
|
Mark Banner
|
22ff2505d2
|
Bug 534701 - Bustage fix for crash reporter tests on non-libxul builds. irc-r=ted, a=bz for the CLOSED TREE
|
2009-12-14 19:57:42 +00:00 |
|
Bob Clary
|
91e71bfebb
|
bug 524732 - reenable js1_5/Regress/regress-344804.js | js1_5/Scope/regress-181834.js after electrolysis landing, r=bsmedberg
|
2009-12-14 16:31:53 -05:00 |
|
Benjamin Smedberg
|
b7d1d5c7ba
|
Followup to e10s landing (and back to bug 516509): on Mac, NP_GetMIMEDescription and NP_GetValue are optional entry points, because the metadata can be retrieved from the .plist file, r=josh
--HG--
extra : rebase_source : 0fc5db971736612606c66c20cc2f0a3cc62ca444
|
2009-12-14 16:19:25 -05:00 |
|
Benjamin Smedberg
|
4a392b62f3
|
E10s landing build bustage on Windows --disable-ipc (SeaMonkey)... we're all-unicode now.
|
2009-12-14 13:00:26 -05:00 |
|
Doug Turner
|
62644b82d6
|
Bug 534650 - Fix build bustage in widget/src/qt/nsWindow.cpp. r=me
|
2009-12-14 09:35:19 -08:00 |
|