Olli Pettay
|
2f47360eda
|
Bug 523356 - Remote event listeners for Electrolysis, r=bsmedberg
|
2009-11-17 16:22:23 +02:00 |
Olli Pettay
|
837ced7851
|
Backout Bug 523356
|
2009-11-17 13:56:49 +02:00 |
Olli Pettay
|
7084484409
|
Bug 523356 - Remote event listeners for Electrolysis, r=bsmedberg
|
2009-11-17 10:43:39 +02:00 |
Ben Turner
|
5d92ec3ff2
|
Followup to bug 527876
|
2009-11-13 13:19:33 -08:00 |
Ben Turner
|
8e9c6fea1d
|
Bug 527876 - 'test_windowed_invalidate.html hangs during mochitest-ipcplugins'.
|
2009-11-13 12:20:03 -08:00 |
Chris Jones
|
825bd599dd
|
no need to include in C++ protocol-common headers |include protocol|'d from IPDL. this is an accident of history
|
2009-11-12 16:20:20 -06:00 |
Ben Turner
|
82191b418a
|
Bug 525792 - 'Fix leaks running mochitests'.
|
2009-11-12 14:16:54 -08:00 |
Benjamin Smedberg
|
661a77e3d4
|
Don't rely on the plugin methods to return a non-null actor when the say NPERR_NO_ERROR... crashing here is a no-no even if the plugin is stupid.
|
2009-11-11 17:01:07 -05:00 |
Ben Turner
|
0a324cd616
|
Fix invalidation algorithm so that we never leave a deleted actor in the live hash map.
|
2009-11-11 17:12:01 -08:00 |
Benjamin Smedberg
|
d8c7dfc1dd
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
Chris Jones
|
548d6d261d
|
bug 527871: fix shutdown assertion and leaking TestShellParent. still leaking ContentProcessParent's GeckoChildProcess, but needs discussion before fixing
|
2009-11-11 02:34:08 -06:00 |
Chris Jones
|
5c7a5ab290
|
mac builds and runs with --enable-ipc, but the subprocess nsAppShell dies for an apparently Cocoa-related reason. IPC is fine though
|
2009-11-10 20:25:10 -06:00 |
Ben Turner
|
d515b14aeb
|
Fix silly bugs
|
2009-11-09 17:30:02 -08:00 |
Phineas T. Farnsworth
|
3da7352b78
|
bug 526626: band-aids for shutdown assertions
|
2009-11-09 16:56:55 -06:00 |
Ben Turner
|
d10ccd2c5a
|
Bug 522414 - 'RPC and Sync channels will deadlock easily on Windows'. r=jimm+rs.
|
2009-11-06 14:33:12 -08:00 |
Benjamin Smedberg
|
1d97bbb36a
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
Nochum Sossonko
|
8fb73579d9
|
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 |
Chris Jones
|
2eb8767355
|
bug 523894: wstrings are bad news in OPT builds due to chromium/Mozilla -fshort-wchar mismatch
|
2009-11-05 18:24:27 -06:00 |
Olli Pettay
|
6586059db9
|
Bug 516727 - Electrolysis+Fennec: forward mouse events from the chrome tiles to the content process
|
2009-11-05 20:21:09 +02:00 |
Olli Pettay
|
2a17b8c76f
|
Bug 522533 - Sort out focus handling in Electrolysis
--HG--
extra : rebase_source : 8b91e5c9a55bb7c2809352c5e297be77399141dd
|
2009-11-05 20:14:22 +02:00 |
Chris Jones
|
c916fbb575
|
bug 525792: fix leaking PluginModules, call NP_Shutdown() on plugins. minor, no r=
|
2009-11-03 15:37:07 -06:00 |
Benjamin Smedberg
|
4ae77766a7
|
Remove stale TODO, this will be properly covered by parent-side error handling events.
|
2009-11-02 11:48:52 -05:00 |
Benjamin Smedberg
|
f5d95a9f70
|
Linux build bustage from previous commit, bug 525605.
|
2009-10-31 15:32:06 -04:00 |
Benjamin Smedberg
|
86020d2a05
|
Bug 525605 - Windows unit tests orange loading plugins: on Windows, the directly-imported plugin functions are WINAPI, so we need to use careful typedefs to get the calling convention right.
|
2009-10-31 15:22:02 -04:00 |
Benjamin Smedberg
|
e39d5bd323
|
Bug 525454 - Crash in mochitest-ipcplugins where NPP_Invoke returns the last reference to an object. Also fixes an operator-precedence error.
|
2009-10-30 17:02:47 -04:00 |
Blake Kaplan
|
a6684af3a0
|
Bug 522839 - Deal with OOM when creating a context for a new worker thread. r=bent
|
2009-11-11 11:28:22 +01:00 |
Benjamin Smedberg
|
be1e4c0ce6
|
Bug 523224 - nsFrameLoader::TryNewProcess crashes if reflow hasn't happened yet and created a view for our remote tab. Fix this by separating the process of creating the IFrameEmbedding and hooking up the view. IFrameEmbedding creation is analogous to creating a docshell, and we can hook up the view/widget hierarchy later.
* * *
imported patch fennelectrolysis-workihng
|
2009-10-28 16:41:46 -04:00 |
Joe Drew
|
84e878a14d
|
Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
|
2009-10-29 13:58:31 -04:00 |
Joe Drew
|
7149d45ce5
|
Back out asyncDrawXULElement, since WebGL isn't ready to be compiled with -DUNICODE.
|
2009-10-28 18:51:59 -04:00 |
Joe Drew
|
2d91956179
|
Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
|
2009-10-28 16:55:49 -04:00 |
Benjamin Smedberg
|
2d7690384a
|
We can use <xul:browser> now. Exciting!
|
2009-10-19 15:17:20 -04:00 |
Benjamin Smedberg
|
34440c4bbc
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
Chris Jones
|
fbbc8d4bf1
|
fix an nsresult/bool confusion resulting in an incorrect error message
|
2009-10-27 21:01:38 -05:00 |
Chris Jones
|
ccfc1178e3
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
Chris Jones
|
7fa53e51ac
|
Make a DEBUG_cjones log message DEBUG
|
2009-10-27 16:07:49 -05:00 |
Benjamin Smedberg
|
d5c63908ca
|
Linux build bustage from bug 522122.
|
2009-10-27 16:59:40 -04:00 |
Jeff Muizelaar
|
c6986e395d
|
Bug 522122. Electrolysis: Forawrd windows events to windowless plugins. r=cjones,karlt
This gets windowless plugin events mostly working. We don't forward IME events because
they are much more complicated.
|
2009-10-27 15:58:33 -04:00 |
Josh Aas
|
552eb2b966
|
Allow multiple types of OOP plugins to load. b=516509 r=cjones
|
2009-10-27 15:51:12 -04:00 |
Benjamin Smedberg
|
acca60ec88
|
Bug 522351 - check for remote="true" on the element before trying to remote it, r=bz
|
2009-10-16 15:42:27 -04:00 |
Benjamin Smedberg
|
43b89c2ff3
|
Merge mozilla-central to pick up additional backouts and pymake fix.
|
2009-10-23 11:22:12 -04:00 |
Chris Jones
|
bcf3969bc6
|
Merge mozilla-central to pick up unit test fixes
|
2009-10-22 20:33:36 -05:00 |
Olli Pettay
|
06825d0f17
|
Bug 523569 - remove initXXXEventNS methods, r=sicking
--HG--
extra : rebase_source : fa251f645567f0bc63c1debbc64062d7145c5374
|
2009-10-21 21:35:42 +03:00 |
Olli Pettay
|
e32bd468dc
|
Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst
--HG--
extra : rebase_source : 81cba369792644a99f42c1901dbf04196d007d53
|
2009-10-21 12:38:39 +03:00 |
Honza Bambas
|
1d0897eeec
|
Bug 367373 - DOM storage quota should exclude offline-app allowed domains, r+sr=jst
|
2009-10-21 12:18:08 +02:00 |
Benjamin Smedberg
|
9ae75c423f
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
Nochum Sossonko
|
ea120921fe
|
Bug 498648 - Start private browsing while editing a message, cancel, doesn't cancel private browsing; r=bz,jst,ehsan
|
2009-10-20 10:19:43 -04:00 |
Vladimir Vukicevic
|
3255a6f7bb
|
b=523229; WebGL rename clearDepthf/depthRangef to get rid of f suffix; r=mwsteele
|
2009-10-19 15:14:09 -07:00 |
Chris Jones
|
46ad34660e
|
bug 523143: switch protocols using nsTArray to native IPDL arrays
|
2009-10-19 14:10:52 -05:00 |
Josh Aas
|
78786fef8e
|
Bustage fix for Cocoa NPAPI, don't confuse Gecko's error codes with NPAPI error codes. b=435041
|
2009-10-19 11:45:53 -05:00 |
Olli Pettay
|
33365a4e60
|
Bug 506961 - Add a method to get jsdIValue from JS implemented event listeners, r=bz
--HG--
extra : rebase_source : 93d446c1c94512be8cc0dc208c0bf8f1cd3cc936
|
2009-10-17 17:40:44 +03:00 |