Benjamin Smedberg
8313a31289
e10s merge bits snuck in again :-(
2009-12-16 13:52:11 -05:00
Benjamin Smedberg
dff87b85f5
Reland the changes from mozilla-central that I accidentally reverted in revision 5c9ee961025c
2009-12-16 13:37:14 -05:00
Benjamin Smedberg
a27de39138
Added tag last-mozilla-central for changeset dba2abb7db57
2009-12-16 13:27:55 -05:00
Benjamin Smedberg
e1fb82321f
No-op merge mozilla-central tip back to Electrolysis, keeping tab-specific changes.
2009-12-16 12:51:31 -05:00
Steven Michaud
aaf5529b65
Bug 396680: [10.5] Crash on attempt to print to unreachable printer. r=josh
2009-12-16 10:45:53 -06:00
Jonathan Kew
3108a65009
Bug 534919: do not inherit font from ZWNJ to adjacent character. r=roc
2009-12-16 15:47:12 +00:00
Benjamin Smedberg
3cdc12064a
Merge backout of revision 08e208698ef0, bug 533688 because of Tinderbox orange.
2009-12-16 10:32:57 -05:00
Benjamin Smedberg
5fe41961f5
Backed out changeset 08e208698ef0: Bug 533688 (Firefox 3.6 failed to start with AT-SPI2 0.1.3) because of consistent orange on Mac/Linux:
...
1001 ERROR TEST-UNEXPECTED-FAIL | chrome://mochikit/content/a11y/accessible/test_events_doc.html | Test timed out.
1011 ERROR TEST-UNEXPECTED-FAIL | chrome://mochikit/content/a11y/accessible/test_events_draganddrop.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - nsIAccessibleEvent is not defined at chrome://mochikit/content/a11y/accessible/events.js:766
and subsequent errors and leaks
2009-12-16 10:31:14 -05:00
Ted Mielczarek
7f78041169
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
2009-12-16 09:30:39 -05:00
Ted Mielczarek
a19c2fa6d2
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
...
Backed out changeset 09e8d73fda8b
2009-12-16 09:28:50 -05:00
Ted Mielczarek
ed8b2895fd
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
2009-12-16 09:27:33 -05:00
Ted Mielczarek
ff0eef2ffd
Backout bug 514188 - sync to breakpad revision 437, the Linux update broke things badly (bug 535071)
...
Backed out changeset 2138d22ff018
2009-12-16 09:26:43 -05:00
Benjamin Smedberg
8051ceb908
Merge only plugin changes from e10s to mozilla-central.
2009-12-16 09:19:07 -05:00
Benjamin Smedberg
716afda214
Followup to review comment for bug 534866: don't set fCallbacks.size twice on MacOSX.
2009-12-16 09:10:30 -05:00
Benjamin Smedberg
b51dfb8d55
Merge mozilla-central into electrolysis
2009-12-16 08:38:42 -05:00
timeless@mozdev.org
deba0c36da
Bug 535106 solaris nsTraceRefcntImpl.cpp Error: Overloading ambiguity between "nsACString_internal::AppendInt(int)" and "nsACString_internal::AppendInt(unsigned)".
...
hi
r=smaug
2009-12-16 14:50:07 +01:00
Josh Aas
228289bbf8
Separate plugin tag code from the plugin host. b=533371 r=jst
2009-12-16 08:16:42 -05:00
Ginn Chen
b779f93023
Back out Bug 526976
2009-12-16 20:27:56 +08:00
Ginn Chen
b78a4cde6c
Bug 534848 enable about:memory for Solaris r=vlad
2009-12-16 19:23:17 +08:00
Ginn Chen
4e0c8f3588
534845 KDE/Gnome startup notification not disappearing for the first time startup (needsRestart) r=bsmedberg
2009-12-16 19:22:36 +08:00
Ginn Chen
70bd68abf9
Bug 533688 Firefox 3.6 failed to start with AT-SPI2 0.1.3 r=david.bolter
2009-12-16 19:21:48 +08:00
Ginn Chen
2c770b800e
Bug 526976 SIGFPE [@ _moz_cairo_format_stride_for_width] on BGR frame buffer r=jmuizelaar
2009-12-16 19:19:59 +08:00
Dão Gottwald
ad0f60a0df
Bug 528834 - Home button lacks styling for the disabled state, breaking compatibility with the UsableHomeButton extension. r=rflint
2009-12-16 11:16:09 +01:00
Dão Gottwald
1da265ddae
Bug 534840 - opening a new tab and loading google.com with Ctrl+K keeps focus in the location bar rather than focusing the search field. r=gavin
2009-12-16 11:15:32 +01:00
Dão Gottwald
308ada8348
more browser_354894.js debug spew
2009-12-16 11:14:54 +01:00
Dietrich Ayala
7754ad28b2
Backed out changeset a6d5fda15815 for bug 532542 due to a test failure.
2009-12-16 00:20:21 -08:00
Shawn Wilsher
01eec6a41b
Bug 532147 - NetUtil.asyncFetch should take an nsIURI, string, nsIFile, or nsIChannel
...
This lets consumers pass a string for a uri, an nsIURI, an nsIFile, or an
nsIChannel to NetUtil.asyncFetch. It's now less code to get file contents
asynchronously that to do so synchronously in JavaScript.
r=bz
sr=vlad
2009-12-15 23:33:08 -08:00
Shawn Wilsher
7ca65cca32
Bug 532146 - NetUtil.jsm needs a helper for creating new channels
...
Adds a new method for creating an nsIChannel from a string spec, an nsIURI, or
an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:06 -08:00
Shawn Wilsher
8b5747b4d8
Bug 532143 - NetUtil.newURI should take a string or nsIFile
...
You can now automagically get an nsIURI providing a string or an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:03 -08:00
Dietrich Ayala
502648eb23
Bug 532542 - nsBrowserGlue has a bunch of anonymous functions (r=rstrong)
2009-12-15 23:27:17 -08:00
Dietrich Ayala
1f7f806825
Bug 532563 - XPCOMUtils has anonymous functions (r=sdwilsh)
2009-12-15 23:25:38 -08:00
Gavin Sharp
c1a2f3dfa9
Back out revision dbdbe3ad0234 from bug 525047 - every leak test box that's clobbered since it landed has failed, not finding the first thing it tries to import from automationutils
...
--HG--
extra : rebase_source : 6c8b3ef583b3ad06de1b395db13bedee735f125e
2009-12-15 23:35:30 -05:00
Benjamin Smedberg
9391ef02ad
Bug 534866 - Fix Java and WMP plugins on Windows by initialize NPPluginFuncs.size before calling NP_Initialize, regression from bug 516509 which landed with the e10s merge, a=blocker-regression r?pending from josh
2009-12-15 21:24:26 -05:00
Benjamin Smedberg
c827f3a584
Electrolysis-plugin-only bookkeeping commit.
2009-12-15 20:33:05 -05:00
Benjamin Smedberg
83b97480d2
Merge mozilla-central into electrolysis.
2009-12-15 20:31:04 -05:00
Josh Aas
67bf82a379
Windows bustage fix, b=533371
2009-12-15 20:21:57 -05:00
Jonathan Griffin
2fe20f5e48
Bug 534934 - mochitest-ipcplugins: OSError: [Errno 10] No child process, r=bsmedberg
2009-12-15 20:21:51 -05:00
Ben Turner
9ee0d71899
Bug 534308 - 'Request needed for jsshell'. r=jorendorff.
2009-12-15 16:07:04 -08:00
Robert O'Callahan
e0905a7d9c
Backing out test for bug 533371 to try to fix leaks
2009-12-16 12:54:59 +13:00
Robert O'Callahan
80c9b59aca
Backed out changeset 682926ebca13
2009-12-16 12:54:30 +13:00
Daniel Holbert
cc8f060f2b
Fix for Bug 534918's bustage (build error: "initialization of 'OSVal' is skipped by 'default' label")
2009-12-15 15:37:55 -08:00
Jeff Wang
ffd38ebc2c
64-bit Mac OS X bustage fix for font code. b=532346 r=jkew r=joshmoz
2009-12-15 18:16:12 -05:00
Chris Jones
63b57abda9
bug 534863: the plugin DLL path needs to be quoted on windows. irc r=bent
2009-12-15 17:10:41 -06:00
Josh Aas
781b6e1ced
Separate plugin tag code from the plugin host. b=533371 r=jst
2009-12-15 17:47:22 -05:00
Daniel Holbert
b90db2ed10
Bug 534918: Add 'default' case to switch statement in nsThebesDeviceContext::SetDPI(), to fix build warnings. r=mfinkle
2009-12-15 14:42:54 -08:00
Olli Pettay
3ed6a2c84c
Bug 534407 - Crash [@ nsPrintEngine::DoPrint(nsPrintObject*)] while printing, r=roc
...
--HG--
extra : rebase_source : 2dfe04469e14c8dc6903f5284daf2a36fa9d723d
2009-12-16 00:17:57 +02:00
Dan Witte
04a3ac83b6
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor
2009-12-15 14:21:28 -08:00
Dan Witte
cead3c8fea
Bug 518621 - JS_ReportErrorNumber ignores exception type for user-generated messages. r=mrbkap
2009-12-15 14:20:48 -08:00
Chris Jones
5da2f562e0
fix syntax error. r=trivial
2009-12-15 16:15:39 -06:00
Christopher A. Aillon
d04a74d8f1
Bug 435313 - "Printing on linux should set SIMPLIFY_OPERATORS | DISABLE_SNAPPING" [r=vlad]
2009-12-15 17:04:22 -05:00