Neil Rashbrook
c591520779
Bug 450651 Fix theora dependency generation r=ted
2008-08-20 00:01:29 +01:00
Dave Camp
5bacc49dad
Merge for backout of bug 261074
2008-08-19 15:46:42 -07:00
Dave Camp
3736e73148
Merge for backout of bug 261074.
2008-08-19 15:44:51 -07:00
Jesse Ruderman
615bc78ff6
Add crashtests for some recently-WFM bugs
2008-08-19 15:44:24 -07:00
Dave Camp
bebf62b274
Backed out changeset c0f5a0af84dd to try to fix windows orange (Bug 261074).
2008-08-19 15:44:21 -07:00
Neil Deakin
f58dac1bbf
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
2008-08-20 10:31:45 +12:00
Robert Strong
b03db64c2d
Bug 450790 - Remove testnsUpdateService.js. r=dtownsend
2008-08-19 15:22:11 -07:00
Myk Melez
2eff76b7d8
Automated merge with http://hg.mozilla.org/mozilla-central/
2008-08-19 15:00:52 -07:00
Myk Melez
41f8a3ac33
bug 441778: don't update page zoom when a sub-document loads (f.e. in an iframe); r=gavin
2008-08-19 14:59:09 -07:00
Dave Camp
51e221a1e6
Merge backout of bug 430061
2008-08-19 14:42:35 -07:00
Dave Camp
73041a5aa1
Backed out changeset e63a23edb90c due to Rlk regression (bug 430061).
2008-08-19 14:42:03 -07:00
Benjamin Smedberg
79cc6c73dd
Merge in bug 424991 from jorendorff
2008-08-19 17:10:56 -04:00
Andreas Gal
b3efe4fbeb
Clear out the list of global slots when the shape changes.
2008-08-19 13:34:20 -07:00
Joe Drew
7330eb1491
Bug 430061 - replace imglib use of necko memory cache with an imglib-specific cache, r=pav
2008-08-19 16:28:28 -04:00
Benjamin Smedberg
912c0ef3f5
Merge the following bugs from mrbkap: bug 448587, bug 451213, and bug 449712.
2008-08-19 16:20:12 -04:00
Benjamin Smedberg
47c3f168cd
Backed out changeset 7a55d41f8ca2 due to build bustage:
...
c:/builds/slave/trunk_win2k3_hw/build/widget/src/windows/nsWindow.cpp(7353) : error C2446: '==' : no conversion from 'HWND' to 'HWND (__stdcall *)(void)'
There is no context in which this conversion is possible
c:/builds/slave/trunk_win2k3_hw/build/widget/src/windows/nsWindow.cpp(7353) : error C2040: '==' : 'HWND (__stdcall *)(void)' differs in levels of indirection from 'HWND'
2008-08-19 16:15:24 -04:00
Andreas Gal
1ee261ca2e
Emit the tree call stack setup code before executing the inner tree, otherwise we might see stale references to instructions prior to the call that no longer guarantee certain types (since the inner tree overwrite them.)
2008-08-19 13:11:18 -07:00
Ere Maijala
4b551ec75b
Bug 313403 - nsWindow::GetAttention should obey the system set FOREGROUNDFLASHCOUNT if aCycleCount = -1, r=timeless sr=roc
2008-08-19 15:56:50 -04:00
Blake Kaplan
3b0135e1dd
bug 448587 - Allow getting the 'prototype' property through SJOWs. r=jst sr=bzbarsky
2008-08-19 12:48:42 -07:00
Robert Strong
56b461156d
Followup to bug 446527 - make %LOCALE% optional, r=dtownsend,bsmedberg
2008-08-19 15:37:00 -04:00
Oleg Romashin
3689c78e35
Bug 436830 - AutoConfig module not covered by MOZ_PREF_EXTENSIONS ifdef, r=bsmedberg
2008-08-19 15:30:56 -04:00
Jason Orendorff
e6eeed0ac4
Bug 424991 - JS_GetScopeChain and JS_NewScriptObject should CHECK_REQUEST(cx) (r=crowder)
2008-08-19 14:30:21 -05:00
Benjamin Smedberg
5695a4243f
Merge bug 451079
2008-08-19 15:23:01 -04:00
Ere Maijala
af1a143c7f
Bug 261074 - onFocus fires twice when window is restored (Windows-only) r=Neil sr=roc
2008-08-19 15:20:18 -04:00
Blake Kaplan
9752c3b806
bug 451213 - Fix one bug and many warnings in the SeaMonkey migrator. r=gavin
2008-08-19 12:15:29 -07:00
Ben Turner
30db40f851
Suppress errors issued by the unit tests - followup to bug 437152 r=ted
2008-08-19 15:10:49 -04:00
Blake Kaplan
6c3e237ac0
bug 449712 - Deal with a carriage return at our 4096 character boundary. r+sr=bzbarsky
2008-08-19 12:07:15 -07:00
Benjamin Smedberg
8d00f0660d
Merge the backout of only the unit-tests for 404816.
2008-08-19 14:38:54 -04:00
Benjamin Smedberg
9348662846
Backed out changeset fb099f5a4d32 due to windows test failure... the headers are misaligned pretty badly.
2008-08-19 14:38:06 -04:00
Boris Zbarsky
867c17a2a5
bug 449712 - Handle trailing carriage returns at the end of parser text tokens. r+sr=mrbkap
2008-08-19 11:33:57 -07:00
Andreas Gal
1ded8ec0ad
Merge.
2008-08-19 11:32:52 -07:00
Andreas Gal
e79f9ed689
Intern globals per-context, not per tree, which allows transitioning between trees that use globals. The type of all global slots compiled code uses is expected to remain stable, otherwise the entire code cache has to be flushed. Changes to the shape of the global object also flush the code cache. Working for trace-tests.js, but fails math-partial-sum.js
2008-08-19 11:32:36 -07:00
arenevier@fdn.fr
8a10a6eddf
Bug 437047 - cannot paste data from other application if target is not text/plain or html
2008-08-19 14:28:24 -04:00
David Anderson
b279c87417
Disabled 64-bit JIT for now, failing 3 test cases.
2008-08-19 11:19:56 -07:00
David Mandelin
8c7d60a450
Bug 451079: allow setting outparams to null on failure
2008-08-19 11:17:13 -07:00
Benjamin Smedberg
14a3c32c99
Merge backout of bug 421977 due to unit-test failure.
2008-08-19 14:11:10 -04:00
Benjamin Smedberg
4dc5acae86
Backed out changeset dd6d74c34c8f due to test failure:
...
*** TEST-UNEXPECTED-FAIL | ../../../../_tests/xpcshell-simple/test_browser_shell/unit/test_421977.js | #000000 == #000000000000
2008-08-19 14:10:41 -04:00
David Anderson
ee4a887045
Merge.
2008-08-19 11:02:57 -07:00
David Anderson
aef458673b
Fixed codegen bug for amd64 64-bit binary ops.
2008-08-19 11:00:17 -07:00
Simon Bünzli
c69236a204
Bug 409115 - --safe-mode kills stored session, r=dietrich
2008-08-19 13:08:30 -04:00
Igor Bukanov
0818d2b656
bug 417131 - caching enumerators to speedup for-in loops. r=brendan
2008-08-19 13:00:14 -04:00
Simon Bünzli
b3ae20bbf3
Bug 450879 - consistently use JSON objects instead of our own quirky string serialization, r=dietrich
2008-08-19 13:00:03 -04:00
Teune van Steeg
90db55ade4
Bug 404816 reftests, r=roc
2008-08-19 12:16:30 -04:00
Benjamin Smedberg
1cd7208d9f
Merge backout of bug 379616 with subsequent changes
2008-08-19 12:21:59 -04:00
Benjamin Smedberg
61d23845dc
Backed out changeset e92e18d52d71 due to the following test failures on Windows:
...
*** 31290 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect width - got 45, expected 0
*** 31291 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect height - got 20, expected 0
*** 31292 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect right - got 45, expected 0
*** 31293 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect bottom - got 20, expected 0
*** 31306 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect width - got 45, expected 0
*** 31307 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect height - got 20, expected 0
*** 31308 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect right - got 45, expected 0
*** 31309 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect bottom - got 20, expected 0
2008-08-19 12:20:16 -04:00
Marco Bonardo
f682e17963
Bug 411966 - Wrong favicon appears in the bookmarks list, r=dietrich
2008-08-19 11:26:16 -04:00
Christopher Aillon
706ec021c4
Bug 421977 - nsGNOMEShellService::GetDesktopBackgroundColor should supports GConf's actual format, r=gavin
2008-08-19 11:22:06 -04:00
Mike Hommey
2f17711840
Bug 434192 - make clean
removes source .s files on some architectures (when not using an objdir), r=bsmedberg
2008-08-19 11:14:02 -04:00
Paul Rouget
62a480b9cd
Bug 402655 - Editable trees: double-click for cell editing also expands/collapses container treeitem. unit test by Marco Bonardo <mak77@bonardo.net>. r=enndeakin, sr=neil
2008-08-19 10:55:49 -04:00
Michal Novotny
96ad2865a5
Bug 379034 - Relative URLs with capitalized schemes are treated as absolute, r=biesi sr=bzbarsky
2008-08-19 10:48:10 -04:00