Daniel Holbert
19f7ac425f
bug 526323: disable test_access_control.html on windows due to excessive orange (pending investigation)
2009-11-06 16:27:37 -08:00
Nochum Sossonko
99b98e5ab4
Bug 491759 - Clear geolocation token when exiting private browsing; r=dougt,ehsan
2009-11-06 19:05:52 -05:00
Jonas Sicking
07bfcef872
Bug 521668: Don't parse more data from the network, even if pumping the event loop from a event handler rather than from a <script>. r=mrbkap
2009-11-06 15:30:24 -08:00
Jonas Sicking
f84ddd9e6b
Bug 521668: Fire DOMLinkAdded asynchronously to avoid unexpected recursion. r=bent sr=jst
2009-11-06 15:30:24 -08:00
Dave Townsend
5c06d159bb
Bug 526651: Interfaces changed between the 1.9.2 branch and trunk with no IID rev. r=joe, r=mak77, r=myk
2009-11-06 14:33:17 -08:00
Dão Gottwald
3fdb3a1117
Bug 521659 - Main menu doesn't have hover/pressed state when using lightweight theme. r=rflint
...
--HG--
extra : rebase_source : 977345fdc59197573586aa197ead87c3ff0d2171
2009-11-06 22:57:12 +01:00
Dão Gottwald
78ce9ba60d
Bug 526989 - getEngines, getVisibleEngines and getDefaultEngines engineCount out params should be optional. r=gavin
...
--HG--
extra : rebase_source : ea466269b081c55e6ce4d178a00a9b882f65ac93
2009-11-06 22:56:26 +01:00
Dão Gottwald
795121a212
fix completely broken browser_bug481560.js
...
--HG--
extra : rebase_source : 0c0b93b67504c9230c4fb3cced6de6a35e43a1c5
2009-11-06 22:44:11 +01:00
Dão Gottwald
8eb02744ee
Bug 484315 - With browser.tabs.closeWindowWithLastTab set to false popups cannot be closed. r=gavin
...
--HG--
extra : rebase_source : 98796a0d5f44a4a93fcb6e62484f2a45b978d4eb
2009-11-06 22:39:46 +01:00
Mats Palmgren
6ebcd4414c
Null-check mCurrentPrototype (it's set to null when loading an overlay fails). b=497875 r=neil
2009-11-06 22:52:00 +01:00
Marco Bonardo
5150ddf022
Revert changeset fc4702c75a04 since it is likely causing bug 527074.
2009-11-06 13:26:50 -08:00
Paul O’Shannessy
5057e2547f
Bug 525635 - browser_NetworkPrioritizer.js randomly timeouts. r=Enn
2009-11-06 13:14:54 -08:00
Dave Townsend
3771e35013
Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc
2009-11-06 11:31:22 -08:00
Benjamin Smedberg
84ca94bd21
Bug 527058 - nsHelperAppDlg.js shouldn't do delayed registration, r=sdwilsh
2009-11-06 14:06:49 -05:00
Dan Witte
c92e006b95
enable ctypes unit tests on all platforms. b=522118, r=bsmedberg
2009-11-06 09:48:07 -08:00
Tom Dyas
ff21c67765
Bug 465265 - Support swipe gestures in View Source windows on Mac OS X. r=gavin, ui-r=faaborg
2009-11-06 17:38:22 +01:00
Marco Bonardo
c959a08897
Bug 526777 - Livemark and Tagging services could better use XPCOMUtils, r=dietrich
2009-11-06 16:27:51 +01:00
Marco Bonardo
f185ee56a4
Bug 526776 - TagAutoCompleteSearch wants to implement nsITimerCallback, r=dietrich
2009-11-06 16:27:48 +01:00
Shailen
9310b212af
Bug 526422 - AIX Compilation error for 3.7a1pre source "js/src/jsgc.cpp, line 2850.17: The name lookup for "FinalizeGCThing" did not find a declaration, r=sayrer
2009-11-06 16:27:07 +01:00
Marco Bonardo
68dc74ab68
Bug 525299 - Make Library left pane creation more robust, r=dietrich
2009-11-06 16:25:08 +01:00
Marco Bonardo
ac191bbe6a
Some cleanup of test browser_394759.js, possibly involved in subsequent tests timeouts (see bug 518970).
2009-11-06 16:25:04 +01:00
Marco Bonardo
ebd8b02f06
Bug 525449 - Bad old code appends to query rather than binding, r=mano
2009-11-06 16:25:00 +01:00
Marco Bonardo
c76d2160e3
Bug 525739 - test_treeview_date.xul fails for the rest of the day when DST changes, r=dietrich
2009-11-06 16:24:56 +01:00
Nochum Sossonko
b71c54fd4a
Bug 524128 - sporadic timeout in /tests/dom/tests/mochitest/general/test_497898.html followed by focus issues. r=enn
2009-11-06 11:31:07 +01:00
Markus Stange
9de6b690a0
Bug 376071 - When starting a drag, pass the mouse down event that started the drag (instead of the last mouse move event) so that the drag image can be positioned correctly. r=josh
...
--HG--
extra : rebase_source : e62fc324934c2abe38dce6936d8cab09ee1e2715
2009-11-06 11:21:41 +01:00
Stuart Morgan
0b49cca932
Bug 425958 - Fill an opaque NSView with white when Gecko refuses to draw, because not drawing anything means that garbage reaches the screen. r=mstange
...
--HG--
extra : rebase_source : c43ccac7359cd376a4f6a138f538d203dc281909
2009-11-06 11:17:45 +01:00
timeless@mozdev.org
1bbe366096
Bug 526709 - LS_QueryInterface throws the wrong exception (NS_ERROR_NOT_IMPLEMENTED) instead of (NS_ERROR_NO_INTERFACE). r=mak
...
--HG--
extra : rebase_source : 9757c76d63c9d0ec7dcaec496c30cc30987d07e4
2009-11-06 08:36:03 +01:00
Jae-Seong Lee-Russo
1003f2dad8
Bug 521191 - xpcshell-tests: some unit tests fail with the '-S' option ('strict' & 'werror' on). r=smontagu,dtownsend,mano
...
--HG--
extra : rebase_source : c5e0853fc64557f699d78c67f2907f6b48958563
2009-11-06 08:34:57 +01:00
Mike Kristoffersen
b359cbacab
Bug 525898 - White spaces at EOL in nsHtmlMediaElement.h. r=chris.double
...
--HG--
extra : rebase_source : 9775a2db54c962ae1bacdb219e1af8335c1142b9
2009-11-06 08:34:00 +01:00
Mike Kristoffersen
4db1a44a71
Bug 525946 - White spaces at EOL in nsMediaDecoder.cpp. r=chris.double
...
--HG--
extra : rebase_source : 2982e3ee884d34b365256df901ae02055bee1765
2009-11-06 08:33:27 +01:00
Mike Kristoffersen
67ee431a58
Bug 525923 - White spaces at EOL in nsHtmlMediaElement.cpp. r=chris.double
...
--HG--
extra : rebase_source : ead218be45e58a8005c401826179af2daf806bae
2009-11-06 08:32:52 +01:00
Takuro Ashie
3c42e71f49
Bug 525845 - Some characters in WOFF failed to work on Linux and Solaris. r=karlt
2009-11-05 23:12:36 -08:00
Blair McBride
7938459b7d
Bug 526672 - Visiting PluginCheck page from a notificationbar should reset notifyUser pref. r=dtownsend
2009-11-06 08:07:08 +01:00
Graydon Hoare
0364912eff
Bug 526755 - avoid slow leak in reTempAlloc, r=dvander.
2009-11-05 18:36:35 -08:00
Blake Kaplan
2c0508106c
Bug 520572 - Set watchpoints on the object that's guaranteed to see all changes. r=brendan
2009-11-04 19:42:41 +01:00
Brendan Eich
5f158ca862
Fix empty script deserialization (525481, r=igor).
2009-11-05 15:41:56 -08:00
David Anderson
db7ed2cb48
Reorganized the fragment class hierarchy (bug 524620, r=gal).
2009-11-05 15:04:54 -08:00
David Anderson
1fd387c125
Update nanojit-import-rev stamp.
2009-11-05 14:58:26 -08:00
Nicholas Nethercote
dd4a2ec015
Bug 512634 - nanojit: identify RegAlloc invariants. r=edwsmith.
...
--HG--
extra : convert_revision : 2d5d94694fceca54934270a518a5b341ce13b2d0
2009-11-05 11:56:48 +11:00
Nicholas Nethercote
13dad87c06
Bug 502778 - nanojit: speed up CseFilter. r=edwsmith.
...
--HG--
extra : convert_revision : 98b64e95f3f98c85e4dfab9e66d16543cb27a8b6
2009-11-05 09:40:33 +11:00
Jim Blandy
b76416cc57
Bug 514585: Move 'grouped' to explicit param of JS_NEW_PRINTER. r=igor
...
Make all the JSPrinter status bits explicit flags to JS_NEW_PRINTER.
Only in public-facing functions like JS_DecompileFunction should we be
peeling bits out of indent values and turning them into flags;
internally, we can change interfaces to make more sense.
This is preparation for adding another flag to JS_NEW_PRINTER.
2009-11-05 14:34:39 -08:00
Rich Walsh
40b145d4fd
Bug 525396 - Implement New/DestroyGCChunk() for OS/2, fixing a build break, r=gal
2009-11-05 22:55:00 +01:00
Graydon Hoare
9a195bc146
Update nanojit-import-rev stamp.
2009-11-04 10:28:43 -08:00
Graydon Hoare
4990d750b2
Bug 526011 - Backed out changeset ccae3c736aed, premature landing.
...
--HG--
extra : convert_revision : ba29ca88bc1acdee7ae1a532f202ee99f08ce755
2009-11-04 10:15:41 -08:00
Nicholas Nethercote
b19353ba34
Bug 517405 - nanojit: don't compute x86 FP conditions twice(!). r=rreitmai.
...
--HG--
extra : convert_revision : bb0d40d10977953fffe3063745de0d8778bec6c6
2009-11-04 16:44:13 +11:00
Nicholas Nethercote
d97e5c6a9e
Bug 516348 - nanojit: add findSpecificRegForUnallocated(). r=edwsmith.
...
--HG--
extra : convert_revision : 0e40a8977b80a96f9233488878589afcdfc8d800
2009-11-04 14:45:29 +11:00
Graydon Hoare
77b0404bd4
Bug 525392 - Fix ARM branch-patching logic, r=vlad.
...
--HG--
extra : convert_revision : 3510743118fdb7ba39e941894ccf7a80788f8421
2009-11-03 11:49:31 -08:00
Graydon Hoare
e081d7f434
Bug 526070 - lirasm call argument ordering bug, r=dvander.
...
--HG--
extra : convert_revision : f3e975ca8d8e19b651f57b7599fd84162aaad8ec
2009-11-02 17:10:27 -08:00
David Anderson
0ceba054d4
Removed Fragment::vmprivate and Fragment::root (bug 526011, r=graydon).
...
--HG--
extra : convert_revision : ccae3c736aeddd81211073095132a7feb70c33e7
2009-11-03 10:16:17 -08:00
Luke Wagner
909f99b378
Bug 526356 - invalid debug memset of global native frame in ExecutreTree (r=dvander)
2009-11-03 15:22:48 -08:00