Igor Bukanov
|
969bdae222
|
bug 531682 - fixing eval(source, scope) to match 191, 192 semantics. r=mrbkap
|
2009-12-02 19:22:34 +03:00 |
|
David Anderson
|
4ab577e3c3
|
Merge.
|
2009-12-01 16:32:58 -08:00 |
|
David Anderson
|
b7f7a14f13
|
Backed out changeset 0082849624a5, potential orange.
|
2009-12-01 16:32:45 -08:00 |
|
Brendan Eich
|
f19c7e9d1b
|
Fix js_FindDuplicateFormal to crack the fun->u.i.names union correctly, and spruce it up with C++ (532041, r=jimb).
|
2009-12-01 14:48:05 -08:00 |
|
David Anderson
|
c80f627585
|
Remove TreeInfo (bug 525371, r=lw).
|
2009-12-01 13:32:02 -08:00 |
|
Robert Sayre
|
3192563f6f
|
Reland bug 473228 and bug 530507
|
2009-12-01 16:02:09 -05:00 |
|
Robert Sayre
|
03f335335d
|
Relanding Tolerate race condition or broken resolve hook (530507, r=jorendorff). Backed out changeset fb34a7163a43
|
2009-12-01 15:54:01 -05:00 |
|
Robert Sayre
|
8dac81dafc
|
Merge
|
2009-12-01 15:51:22 -05:00 |
|
Robert Sayre
|
4ea539c658
|
Relanding: Bye-bye middle-deletes and their O(n^2) worst case complexity; hello dictionary-mode scopes (473228, r=jorendorff). Backed out changeset ee7bfc1923ad
|
2009-12-01 15:49:15 -05:00 |
|
Robert Sayre
|
8be5b171b9
|
Backed out changeset c03ebf340688. Bye-bye middle-deletes and their O(n^2) worst case complexity; hello dictionary-mode scopes (473228, r=jorendorff).
|
2009-12-01 09:56:16 -05:00 |
|
Robert Sayre
|
5d08f03267
|
Backed out changeset c696751593d6. Tolerate race condition or broken resolve hook (530507, r=jorendorff).
|
2009-12-01 09:54:38 -05:00 |
|
Timothy Nikkel
|
d16beb2417
|
Bug 525751. When using a subdocument frame as a fallback for drawing canvas background color override the canvas frame check. r=roc a=roc
--HG--
extra : rebase_source : 6719372b7404a598a4ce1c1f5190a4f86d0d896b
|
2009-12-01 02:49:53 -06:00 |
|
Brad Lassey
|
5c2fbecc3f
|
backout of changeset bdcf3b218755 (bug 518412) due to build bustage on windows
|
2009-12-03 01:07:04 -05:00 |
|
Josh Aas
|
783c445e79
|
Fixing bug 520639. Make plugin library unloading independent of the lifetime of nsPluginTag objects. Patch and reviews by jst@mozilla.com and joshmoz@gmail.com, a=blocking1.9.2+
|
2009-12-02 21:14:13 -08:00 |
|
Boris Zbarsky
|
2a9811df52
|
Bug 455472. Be a little more careful with our handling of application/octet-stream. r=jst
|
2009-12-02 23:56:59 -05:00 |
|
Ehsan Akhgari
|
12996fc34d
|
Bug 518412 - clipboard data added in Private Browsing Mode causes Windows Explorer to crash when accessing menus which include Paste after closing firefox; r=roc a=beltzner
|
2009-12-02 23:08:39 -05:00 |
|
Karl Tomlinson
|
75880ebfec
|
b=530921 use a marshaller for NotifyNotification::closed to avoid fc10 crashes r=roc
--HG--
extra : rebase_source : 7be64bcad9166c667a183b3dcc3b2985c79baec1
|
2009-12-02 14:34:20 +13:00 |
|
Vladimir Vukicevic
|
4a9388f762
|
b=526957, use correct types
|
2009-12-02 13:38:39 -08:00 |
|
Mark Steele
|
6714e94c89
|
b=529717, change webgl object prefix to WebGL instead of Canvas; r=vlad
|
2009-12-02 13:38:39 -08:00 |
|
Mark Steele
|
4aacb4b100
|
b=526957; add array indexers to webgl arrays; r=vlad
|
2009-12-02 13:38:38 -08:00 |
|
jacek@codeweavers.com
|
e3e929e6b1
|
Bug 516213 - Fix webgl compilation on mingw. r=vlad
|
2009-12-02 13:38:38 -08:00 |
|
Martin Stránský
|
ee186920f5
|
Bug 531580 - ""gtk_clipboard_get_for_display: assertion `!display->closed' failed" after closing browser" [r=karlt]
|
2009-12-02 15:01:50 -06:00 |
|
Blake Kaplan
|
9699e0ff2d
|
Bug 531222 - Don't access the SSM off the main thread. r=bent sr+a=jst
|
2009-12-02 12:06:18 -08:00 |
|
Jim Mathies
|
ee7bc90aab
|
Bug 531425 - Firefox 3.6b4 Crash in nsAuthSSPI::GetNextToken. r=bz.
|
2009-12-02 13:26:24 -06:00 |
|
Gabriele Best
|
4d534d62de
|
Bug 531532 - Crash for profiles with a non-existent non-relative profile location. r=bsmedberg a=beltzner
|
2009-12-02 20:00:56 +01:00 |
|
Gijs Kruitbosch
|
e37068a79b
|
Bug 527400 - Fix OOM null deref from bug 514872, r=jwalden+bmo, a=beltzner
--HG--
extra : rebase_source : 43a222a11bf131b8ef2420ef2d657c84ba452bb3
|
2009-12-02 19:48:48 +01:00 |
|
Shawn Wilsher
|
9fc75352b9
|
Bug 525356 - windows debug unit tests: test_connection_executeAsync.js and test_statement_executeAsync.js failing frequently (fatal assertion)
Make sure to release the database connection on the thread it was opened on, not
the background thread!
r=asuth
a=beltzner
|
2009-12-02 10:53:46 -08:00 |
|
Blake Kaplan
|
f9ed6eeaa4
|
Bug 468506 - JS_GetFrameThis needs to call js_ComputeThis in more cases. r=brendan
--HG--
extra : rebase_source : 2a107feb26544159f04b60c27508338cef8fdf7f
|
2009-11-30 16:05:44 -05:00 |
|
David Anderson
|
30300db88d
|
Recursion needs to fix up argsobj when it pops frames on trace (bug 531298, r=dmandelin).
|
2009-12-01 10:37:30 -08:00 |
|
Robert Sayre
|
5d34830070
|
Backout bug 473228 and its follow-up, temporarily, to attempt a clean merge of other stuff.
|
2009-12-01 09:57:20 -05:00 |
|
Robert Sayre
|
708784babe
|
Merge backout.
|
2009-12-01 09:54:57 -05:00 |
|
Igor Bukanov
|
a3f5d5c07b
|
bug 531037 - eval fixes. r=brendan
|
2009-12-01 00:01:11 +03:00 |
|
Robert Sayre
|
0340e89b31
|
Add a call to reportCompare so this test passes.
|
2009-11-30 14:15:50 -05:00 |
|
Robert Sayre
|
1d2cb92f50
|
Merge.
|
2009-11-30 13:55:44 -05:00 |
|
Robert Sayre
|
0ecd6ce6c3
|
Merge m-c to tm
|
2009-11-30 13:55:18 -05:00 |
|
Doug Turner
|
fced4ec129
|
Bug 530652 - Some sites not render flash. Fixing mistake introduced in last push r=biesinger
|
2009-11-30 09:09:26 -08:00 |
|
Luke Wagner
|
3dcb8555c2
|
Bug 530366 - don't use std::sort in jsregexp (r=dmandelin)
|
2009-11-30 09:03:43 -08:00 |
|
Zack Weinberg
|
cf67dd36c8
|
Bug 530598: If we can't get the preferred address for a poison page, take whatever the OS will give us, rather than giving up
|
2009-11-30 08:51:07 -08:00 |
|
Robert Sayre
|
57d0498f8e
|
Add a missing credit to trigger a re-compile.
|
2009-11-30 11:15:10 -05:00 |
|
Dão Gottwald
|
716724ca10
|
make browser_491168.js work without an internet connection
--HG--
extra : rebase_source : 30db9e83763f6e628e4597b4022b206dbb49a1b5
|
2009-11-30 14:04:11 +01:00 |
|
Igor Bukanov
|
13fbc6f2c6
|
Backed out changeset b774250f04d3 - the landed patch for bug 424558 has regressed.
|
2009-11-30 15:33:04 +03:00 |
|
Johnny Stenback
|
c9d4899294
|
Fix for bug 531290 (Firefox 3.6b4 [@ PL_strlen | nsNPAPIPluginInstance::Initialize(nsIPluginInstanceOwner*, char const*) ] during npietab.dll initialization [@nsCOMPtr_base::assign_from_qi(nsQueryInterface, nsID const&) | xul.dll@0x9cc3c3 ]). r=josh, a=blocking1.9.2+.
|
2009-11-30 11:11:20 +01:00 |
|
Alexander Surkov
|
c1effd13d6
|
Bug 528311 - Crash [@ nsXULTreeAccessible::GetTreeItemAccessible(int, nsIAccessible**) ], part2, r=marcoz, b192=beltzner
|
2009-11-30 13:59:09 +08:00 |
|
Robert O'Callahan
|
5faabf306b
|
bug 529092 - seams when scrolling with position:fixed [MS Windows] r=jmathies
|
2009-11-29 23:21:02 -05:00 |
|
Serge Gautherie
|
2a485f24e8
|
Bug 381467 - Switch application/x-javascript to application/javascript; (Ev1) /layout/base/crashtests/123946-1.html, EOL/whitespace fix (only).
r=dbaron.
|
2009-11-30 03:44:02 +01:00 |
|
Jesse Ruderman
|
8864bcc69f
|
Bug 531479 - Always return exit status of the app, not the stack fixer process. r=dbaron
|
2009-11-29 13:29:03 -08:00 |
|
timeless@mozdev.org
|
e0ffb137c4
|
Bug 530966 New crash [@ nsDownloadScanner::~nsDownloadScanner()] in Firefox 3.6b3
r=sdwilsh
|
2009-11-30 09:56:33 +13:00 |
|
Karl Tomlinson
|
10aa40c623
|
b=530761 check toplevel window state in hierarchy_changed_cb r=roc
|
2009-11-30 09:54:04 +13:00 |
|
Igor Bukanov
|
a09a76650d
|
bug 424558, r=brendan
|
2009-11-29 20:33:57 +03:00 |
|
Peter Van der Beken
|
41824cb4bf
|
Fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]). r=jst, a=blocking1.9.2+.
--HG--
extra : rebase_source : 5358561a463757cbfb77c542760dc1ea95fc6b82
|
2009-11-29 09:32:39 +01:00 |
|