Ted Mielczarek
|
d40733d453
|
Bug 541076 - add minidump id and plugin name to PluginCrashed event. p=ted+dolske, r=jst, r=ted
|
2010-02-09 17:05:31 -08:00 |
|
Ryan Flint
|
da462d7bb6
|
Bug 539907 - Have getPref use asynchronous statements when called with an optional callback. r=myk, sr=robstrong
|
2010-02-09 05:28:39 -05:00 |
|
Blake Kaplan
|
bf56726f19
|
Bug 544544 - Make sure DataContainerEvent's classinfo interfaces are complete. r=smaug
|
2010-02-08 13:25:07 -08:00 |
|
Jim Mathies
|
b32f193a8c
|
Bug 542897 - [OOPP] Random sized black boxes appear/disappear in silverlight content areas. r=bsmedberg.
|
2010-02-08 13:35:37 -06:00 |
|
Makoto Kato
|
256f2577f8
|
Bug 182954 - Content should use the newer nsIPrefService APIs instead of nsIPref. r=jst
|
2010-02-08 11:49:18 +09:00 |
|
Jae-Seong Lee-Russo
|
513e9cf886
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Robert Longson
|
79ae710023
|
Bug 374216 - Setting element.style.someSvgProperty has no effect. r=dbaron,sr=roc
|
2010-02-06 13:46:54 +00:00 |
|
Ms2ger@gmail.com
|
8ac5baea31
|
Bug 41464 - Implement textarea.wrap. r=bz
|
2010-02-06 09:51:10 +01:00 |
|
Sid Stamm
|
f9be5dbbdb
|
Bug 515458 - "(CSP) Implement frame ancestor check" [r=jst ui-r=johnath]
|
2010-02-05 14:08:27 -06:00 |
|
Saint Wesonga
|
9e9a31fa04
|
Bug 180568 - Remove unused strings. r=josh
|
2010-02-05 08:34:35 +01:00 |
|
Jim Mathies
|
3391f48d52
|
Bug 543831 - [OOPP] Hang with embedded youtube video. r=bent.
|
2010-02-04 14:32:02 -06:00 |
|
Benjamin Smedberg
|
d2f5cee6ad
|
Bug 535120 - NPN_GetValue(NPNVToolkit) doesn't work with null npp, r=bent
--HG--
extra : rebase_source : 67d03285f34260c02c49579ef8ff664e04bc4a84
|
2010-02-03 17:17:41 -05:00 |
|
Benjamin Smedberg
|
16f9bfea5a
|
Bug 541646 - Crash when Flash is running and we enter private browsing mode, r=bent
--HG--
extra : rebase_source : 5f6d75689cf70f6c7bdd578da0021287bfe22737
|
2010-02-03 17:17:28 -05:00 |
|
Benjamin Smedberg
|
30bd4e4e51
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
--HG--
extra : rebase_source : cab356b862a66fb7f5955b1f936944f2395bba3c
|
2010-02-03 17:17:09 -05:00 |
|
Benjamin Smedberg
|
9eb44973ee
|
Work around bug 543776 by submitting empty PluginName/PluginVersion in crash reports.
--HG--
extra : rebase_source : d3ea07dc9edbb1295aeb815b47316a9ad1423026
|
2010-02-03 09:36:45 -05:00 |
|
Saint Wesonga
|
bc62bb2de6
|
Bug 180568 - Remove "Enabled" column from about:plugins. ui-r=faaborg r=jst,josh
|
2010-02-03 13:44:13 +01:00 |
|
Daniel Holbert
|
aaaa0e4b10
|
Backed out changeset c502a1a0900a (patch for bug 542263), since its test 'test_GCrace.html' failed on OSX in its first cycle.
|
2010-02-02 18:58:35 -08:00 |
|
Benjamin Smedberg
|
1f00a8ee4a
|
Bug 542263 - Deallocating a scriptable object shouldn't cause us to mark the actor as invalidated. If the object is resurrected by a racing call from the other side, simply create a new NPObject on this side to represent the actor (Crash at NPObjWrapper_NewResolve with Silverlight), r=bent
|
2010-02-02 17:18:39 -08:00 |
|
Daniel Holbert
|
336040d3c5
|
Bug 501423 followup: Reorder init lists to fix "will be initialized after" build warnings. r=jst
|
2010-02-02 12:05:24 -08:00 |
|
Chris Jones
|
1587357bc7
|
Bug 535612: Set GDK_NATIVE_WINDOWS in plugin processes to work around plugins that don't interact well with client-side GDK windows. r=karlt r=roc
|
2010-02-02 00:28:28 -06:00 |
|
Justin Lebar
|
e730a1afc6
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Josh Aas
|
4a93f5fe9f
|
Clean up a bunch of things in nsNPAPIPlugin. b=543339
|
2010-01-31 16:41:26 -05:00 |
|
Robert Sayre
|
62ad0ec794
|
Merge tracemonkey to mozilla-central.
|
2010-01-31 10:12:39 -05:00 |
|
Masayuki Nakano
|
87066daf06
|
Bug 534420: Fix intermittent failure in browser_focus_steal_from_chrome.js r=enndeakin
|
2010-01-30 08:05:42 -05:00 |
|
Daniel Holbert
|
2d27756ba3
|
merge after backing out c7a04be6904 on suspicion of causing bug 543034
|
2010-01-29 18:56:08 -08:00 |
|
Daniel Holbert
|
46ba50b0cb
|
Backed out changeset dc7a04be6904 on suspicion of causing bug 543034.
|
2010-01-29 18:50:46 -08:00 |
|
Daniel Holbert
|
32a1fb0c00
|
Bug 542959: Add 'const' to NP_GetMIMEDescription's parameter, to fix "deprecated conversion from string constant to ‘char*’" warning. r=cjones
|
2010-01-29 12:18:50 -08:00 |
|
Chris Jones
|
bab3961fbc
|
Prevent |ChildAsyncCallback|s from touching freed |PluginInstanceChild|s if NPP_Destroy() re-enters or races with the callback. r=bsmedberg
|
2010-01-29 13:24:11 -06:00 |
|
Robert Sayre
|
c7ce498f03
|
Merge mozilla-central to tracemonkey.
|
2010-01-29 09:51:21 -08:00 |
|
Luke Wagner
|
89799b298a
|
Bug 541456 - change ConvertSupportsTojsvals not to use js_AllocStack (r=jst)
|
2010-01-25 08:48:07 -08:00 |
|
Luke Wagner
|
2645ecd2da
|
Bug 541452 - put jstracer.cpp in namespace js (r=jorendorff)
|
2010-01-22 14:49:18 -08:00 |
|
Jason Orendorff
|
0f530fd289
|
Bug 538440 - We never jit DOM workers. r=mrbkap.
|
2010-01-20 14:54:34 -06:00 |
|
Oleg Romashin
|
959dec8b52
|
Bug 534644 - e10s: implement Qt ipc/chromium backend, part 2. r=benjamin.
|
2010-01-29 08:50:44 +02:00 |
|
Justin Lebar
|
a827ba17fc
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Dave Townsend
|
39858b12af
|
Bug 537449: Opening new chrome windows is broken after cancelling window.onbeforeunload event. r=bsmedberg, r=jst
|
2010-01-28 10:35:20 -08:00 |
|
Honza Bambas
|
e1a5b71c19
|
Bug 501423 - StorageEvent implementation does not match the spec, r=jst
|
2010-01-28 15:53:53 +01:00 |
|
Oleg Romashin
|
2d419b5929
|
Bug 534644 - implement Qt ipc/chromium backend, first part. r=benjamin, r=jones.chris.g
|
2010-01-28 07:22:41 +02:00 |
|
Jim Mathies
|
b78761c01e
|
Bug 542616 - [OOPP] Use ActorDestroy to cleanup PluginInstanceParent resources and subclass after the child crash. r=bent.
|
2010-01-27 18:01:44 -06:00 |
|
Ben Turner
|
1e94a6bac2
|
Bug 542337 - '[OOPP] hang in test_plugin_clipping2.xhtml'. r=jimm.
--HG--
extra : rebase_source : 22b97f9252c02f7343d12b60fa9cd93cfbe12a25
|
2010-01-26 16:08:39 -08:00 |
|
Jim Mathies
|
877cceccfa
|
Bug 541362 - [OOPP] hang closing tab with Yahoo web messenger loaded. r=bent.
--HG--
extra : rebase_source : 007df4403cc58cb02579723991827795e031f6bd
|
2010-01-26 15:40:43 -06:00 |
|
Jim Mathies
|
757c1b3d63
|
Bug 540052 - [OOPP] Test failure in test_plugin_focus.html. r=bent.
--HG--
extra : rebase_source : bdb40f27e098519ecd71abd75a80e8e612f888f8
|
2010-01-26 15:40:15 -06:00 |
|
Benjamin Smedberg
|
226e0ab87f
|
Bug 540604 - silverlight doesn't work with OOPP because it doesn't set the stype outparam for NPP_NewStream, and relies on us initializing the value with NP_NORMAL, r=cjones
--HG--
extra : rebase_source : 935580b2825b335be5a0183a79806f29f6ce404f
|
2010-01-26 12:05:54 -05:00 |
|
Honza Bambas
|
7e589b102a
|
Backout changeset f41cab7bf009
|
2010-01-26 18:20:54 +01:00 |
|
Honza Bambas
|
96d05823c7
|
Bug 501423 - StorageEvent implementation does not match the spec, r=jst
|
2010-01-26 14:33:03 +01:00 |
|
Benjamin Smedberg
|
25d837343c
|
Bug 540868 part 3: when deallocating NPObjects in leakcount builds, let the leak monitor know that we cleaned them up correctly, r=bent
--HG--
extra : transplant_source : H%AC%29%DF8y%E8f%F1%2B%3B%5C%A3Z%10%D1R%7E%CC%10
|
2010-01-22 10:06:30 -05:00 |
|
Benjamin Smedberg
|
8adba8c2a2
|
Bug 540868 part 2: keep all NPObjects (not just those with actors) in mObjectMap, and invalidate/deallocate them when we destroy the associated instance, r=bent
--HG--
extra : transplant_source : %96H%CA%BF%2BX%18s%C8%1B%2Bh%8F%92%05%F0%9F/N%01
|
2010-01-22 10:06:13 -05:00 |
|
Benjamin Smedberg
|
6f7867ca0f
|
Bug 540858 part I: separate the refcount logging of NPObject (which works for both plugin and proxy NPObject) from ctor/dtor logging of ChildNPObject (proxy only), r=bent
--HG--
extra : transplant_source : %16%16%92s%8C%B1%AC%8AT%23%DF%DD%A0%B7RH%84C%A7%3A
|
2010-01-22 10:05:29 -05:00 |
|
Saint Wesonga
|
9c08b77659
|
Bug 496198 - about:plugins lies when all plugins are disabled, r=joshmoz, ui-r=faaborg
|
2010-01-17 15:23:00 -08:00 |
|
Vladimir Vukicevic
|
a3b000cac9
|
ugh, backout this until I figure out what's wrong with linux
|
2010-01-22 18:28:19 -08:00 |
|
Vladimir Vukicevic
|
ad09806b1d
|
[webgl] (no bug, just removing unused/stale files)
|
2010-01-22 16:50:24 -08:00 |
|