Chris Jones
|
c47450d9a7
|
bug 529005: detect child process shutdowns vs. crashes, and expose this information to IPDL actors in a new |ActorDestroy(why)| interface. also ensure that subprotocol actors are notified of shutdown and cleaned up properly. r=bsmedberg r=bent
|
2009-12-03 02:16:28 -06:00 |
|
Chris Jones
|
57d427c91a
|
bug 521272: add C++ interfaces allowing IPDL manager actors to iterate over managees. r=trivial
|
2009-12-03 02:16:21 -06:00 |
|
Chris Jones
|
270962252a
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
|
Chris Jones
|
677d4b14f9
|
bug 525172: from IPDL specs generate .cpp files with method definitions instead of everything in .h files. r=bsmedberg
|
2009-12-03 02:16:09 -06:00 |
|
Chris Jones
|
9bcd9f1ab6
|
bug 525483: simple check for IPDL actor use-after-free. also refactors some error handling code
|
2009-12-03 02:16:03 -06:00 |
|
Chris Jones
|
16291938f9
|
bug 524220: add a |nullable| type qualifier denoting whether C++ actor params are allowed to be NULL. r=bent
|
2009-12-03 00:35:22 -06:00 |
|
Chris Jones
|
e26b419666
|
bug 523175: preliminary front-end-only support for shmem. r=bent
|
2009-12-03 00:35:15 -06:00 |
|
Ehsan Akhgari
|
835902664b
|
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
--HG--
extra : rebase_source : f91639b86549cd47e995b76bd7a5859a60458afc
|
2009-12-02 23:08:39 -05:00 |
|
Brian Crowder
|
19238046a9
|
Bug 519316 - better math and comments for early remote-start code, r=dolske
|
2009-12-03 08:14:27 -08:00 |
|
Peter Van der Beken
|
b6aca53cdb
|
Merge backout of 7856366bcd76.
|
2009-12-03 12:27:22 +01:00 |
|
Peter Van der Beken
|
d3cc456d2a
|
Back out 7856366bcd76 (Bug 524745 - "Session restore sets focus to minimized windows") to fix orange, also doesn't have approval yet.
|
2009-12-03 12:26:53 +01:00 |
|
Reed Loden
|
bf2102f393
|
Backout patch from bug 528964 due to bustage.
|
2009-12-03 03:18:52 -06:00 |
|
zbychs@gmail.com
|
521d6a18bb
|
Bug 528964 - "Memory leak in GRE_GetGREPathWithProperties" [r=bsmedberg]
|
2009-12-03 03:07:44 -06:00 |
|
Bill Lancashire
|
1bc2bc71b3
|
Bug 520704 - "Build problems with libffi and PGO" [r=ted]
|
2009-12-03 02:20:11 -06:00 |
|
Hanspeter Niederstrasser
|
29008433c6
|
Bug 532112 - "fontconfig/fcfreetype.h not found during configure check" [r=bsmedberg]
|
2009-12-03 02:16:36 -06:00 |
|
Paul O'Shannessy
|
805138bcae
|
Bug 524745 - "Session restore sets focus to minimized windows" [r=zeniko]
|
2009-12-03 01:56:39 -06:00 |
|
timeless
|
778ebfc0cd
|
Bug 530322 - crash [@ nsWindowWatcher::SizeOpenedDocShellItem(nsIDocShellTreeItem*, nsIDOMWindow*, SizeSpec const&)] [r=bzbarsky]
|
2009-12-03 01:37:33 -06:00 |
|
timeless
|
36be5f58af
|
Bug 529773 - "nsProtocolProxyService::PrefsChanged / nsProtocolProxyService::Resolve_Internal don't behave cleanly when do_GetService(NS_SYSTEMPROXYSETTINGS_CONTRACTID) fails" (act like preference is Direct when SystemProxy isn't available) [r=biesi]
|
2009-12-03 01:31:55 -06:00 |
|
Taras Glek
|
078d38fddb
|
Bug 531231 - "Incorrect mmap cleanup" [r=alfredkayser]
|
2009-12-03 01:25:39 -06:00 |
|
Reed Loden
|
ec59647331
|
Bug 454300 - "Remove locale-specific subdomains from client-generated URLs" [r=gavin]
|
2009-12-03 00:45:16 -06:00 |
|
Chris Jones
|
e767ae72d1
|
bug 532333: part 2: implement an alternate EnsureChildTerminated() that listens for SIGCHLD (with a timeout) on the IO thread, instead of spawning a cleanup thread
|
2009-12-02 21:09:47 -06:00 |
|
Chris Jones
|
f8b2e6c35f
|
bug 532333: part 1: expose libevent signal events through chromium wrappers
|
2009-12-02 21:09:24 -06:00 |
|
Ben Turner
|
0469fa577a
|
Add WM_MOUSEACTIVATE to list of deferred messages
|
2009-12-02 18:51:29 -08:00 |
|
Chris Jones
|
c059302c3a
|
Build fix
|
2009-12-01 17:33:51 -06:00 |
|
Ben Turner
|
8f022ce032
|
Add WM_CAPTURECHANGED to the list of delayed messages.
|
2009-12-01 15:09:33 -08:00 |
|
Ben Turner
|
a6336324be
|
Don't let plugin return a null window object and NPERR_NO_ERROR, r=jst.
|
2009-12-01 15:08:16 -08:00 |
|
Jim Mathies
|
cbf1241f3c
|
Bug 522299 - fix linux bustage.
|
2009-12-01 16:26:45 -06:00 |
|
Ben Turner
|
f92346854c
|
Bug 531821 - Add chromium LICENSE file.
|
2009-12-01 14:18:27 -08:00 |
|
Ben Turner
|
d98c67138d
|
Bug 526401 - Fixup handling of null NPP. r=bsmedberg.
|
2009-12-01 13:27:13 -08:00 |
|
Jim Mathies
|
705471067a
|
Bug 522299 - Electrolysis: Get windowless plugins drawing on win32. r=jmuizelaar.
|
2009-12-01 15:05:26 -06:00 |
|
Timothy Nikkel
|
5b698c6db8
|
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
|
b7312afc03
|
backout of changeset bdcf3b218755 (bug 518412) due to build bustage on windows
|
2009-12-03 01:07:04 -05:00 |
|
Josh Aas
|
0855e6122a
|
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
|
ceabd395ba
|
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
|
c9dfefbced
|
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
|
7e135d6c52
|
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
|
7de2444ad9
|
b=526957, use correct types
|
2009-12-02 13:38:39 -08:00 |
|
Mark Steele
|
09c6fd8dc6
|
b=529717, change webgl object prefix to WebGL instead of Canvas; r=vlad
|
2009-12-02 13:38:39 -08:00 |
|
Mark Steele
|
558f4f4db0
|
b=526957; add array indexers to webgl arrays; r=vlad
|
2009-12-02 13:38:38 -08:00 |
|
jacek@codeweavers.com
|
f123829915
|
Bug 516213 - Fix webgl compilation on mingw. r=vlad
|
2009-12-02 13:38:38 -08:00 |
|
Martin Stránský
|
23dfbaf67f
|
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
|
fe691b1962
|
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
|
9c04789333
|
Bug 531425 - Firefox 3.6b4 Crash in nsAuthSSPI::GetNextToken. r=bz.
|
2009-12-02 13:26:24 -06:00 |
|
Gabriele Best
|
6c90a80ad0
|
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
|
e9f3f00f0e
|
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
|
6719a68ac1
|
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 |
|
Benjamin Smedberg
|
5d5e9d38fe
|
"Merge" electrolysis-plugins-only back into the electrolysis default branch, but revert all the changes it made so that blame for the tab-specific code is still correct.
|
2009-11-30 14:56:08 -05:00 |
|
Benjamin Smedberg
|
3a52ea36f8
|
Additional Windows-only change to remove tab-specific electrolysis code.
--HG--
branch : electrolysis-plugins-only
|
2009-11-30 14:52:38 -05:00 |
|
Benjamin Smedberg
|
fdb90dcb10
|
Remove makefile and glue bits which support out of process tabs on the electrolysis-plugins-only branch.
--HG--
branch : electrolysis-plugins-only
|
2009-11-30 14:44:38 -05:00 |
|
Benjamin Smedberg
|
801331f275
|
Straight revert of dom/interfaces to its mozilla-central state.
--HG--
branch : electrolysis-plugins-only
|
2009-11-30 14:43:29 -05:00 |
|