Commit Graph

248500 Commits

Author SHA1 Message Date
Ed Morley
5e7764d4ab Bug 664311 - Remove WinCE code from gfx/; r=jmuizelaar 2011-06-18 11:04:30 +02:00
Ed Morley
79970c2a33 Bug 664979 - Merge nsISHistory_2_0_BRANCH into nsISHistory; r=bz 2011-06-18 11:03:17 +02:00
Ms2ger
1fb9ad57f8 Bug 29256 - Remove nsWindowWatcher::CheckWindowName; r=bz 2011-06-18 11:02:00 +02:00
Ms2ger
d6b39dfb96 Bug 664544 - Remove the remnants of HTMLHeadElement.profile; r=sicking 2011-06-18 11:01:57 +02:00
Jonas Sicking
780fc9209d Bug 663768 Part 2: Remove syncload XPCOM service. r=jst 2011-06-17 20:05:41 -07:00
Jonas Sicking
3d65c83e6a Bug 663768 Part 1: Make syncloadservice not use load-event-handlers to determine when load is done. r=jst 2011-06-17 20:05:41 -07:00
Benoit Jacob
1727f110cb Bug 659842 comment 86 - accidentally removed a glXDestroyContext call + fix a warning in opt build - r=trivial-fix 2011-06-17 21:42:31 -04:00
Jared Wein
30d1e7f053 Bug 598169 - The new "About" dialog should allow version-string to be selectable. r=dolske 2011-06-17 18:01:36 -07:00
Jared Wein
23f16a057d Bug 580839 - 'finally' blocks now check for a valid statement to avoid potentially masking the original exception. r=dolske 2011-06-17 18:01:34 -07:00
Michael Wu
01e2aa7d32 Bug 654489 - Remove fastload, r=bsmedberg 2011-06-17 15:53:52 -07:00
Benoit Jacob
4500b8e8dc Bug 659842 - [topcrash] release the GL context before calling glXDestroyContext - r=karlt
See the glXDestroyContext man page:

  If GLX rendering context ctx is not current to any thread,
  glXDestroyContext  destroys it immediately.  Otherwise, ctx is destroyed
  when it becomes not current to any thread.  In either case, the resource ID
  referenced by ctx is freed immediately.

In other words, if we want glXDestroyContext to have the well-defined semantics
of destroying the context before future X commands take effect, we must first
release the GL context before calling it. We were failing to do that, but we
were destroying the drawable immediately after that call, and as a result, the
context was outliving its underlying drawable. This eventually resulted in
X_GLXMakeCurrent: GLXBadContextTag X errors on subsequent glXMakeCurrent calls.
2011-06-17 11:49:27 -04:00
Mounir Lamouri
63b38baddf Merging mozilla-central with mozilla-inbound. 2011-06-17 15:26:17 +02:00
Masayuki Nakano
9c6f3b3db6 Bug 664906 Remove unnecessary #include for prefs in view r=roc 2011-06-17 18:59:58 +09:00
Jonathan Kew
85a01c345d bug 647560 followup - put the color components in the right order. a=test-bustage 2011-06-17 09:14:09 +01:00
Dão Gottwald
bb6e193672 Bug 654411 - Use text color at 50% opacity instead of graytext to de-emphasize text in the location bar. r=roc ui-r=faaborg 2011-06-17 08:07:03 +02:00
Gian-Carlo Pascutto
1d4ff1c480 Bug 663970 - Disable nice on systems that have multiple CPUs Part 1 of 2. r=dougt 2011-06-16 19:59:00 -07:00
Oleg Romashin
5b9dd5594b Bug 664874 - raise child process priority for Maemo6. r=dougt
--HG--
extra : rebase_source : 5d525b269ac59550caa0b955bb89ae28c8e53323
2011-06-16 16:08:00 -07:00
Robert O'Callahan
05cba1c560 Adding test file to fix bustage for bug 662450 2011-06-17 16:16:45 +12:00
Robert O'Callahan
3043878f12 Bug 662450. Test, r=jrmuizel 2011-06-17 15:46:06 +12:00
Robert O'Callahan
d66914850a Bug 656844. Test. r=joe 2011-06-17 15:37:27 +12:00
Robert O'Callahan
47384ede10 Bug 647560. Implement non-fallbacky behavior for _cairo_win32_surface_fill_rectangles on an ARGB surface, using StretchDIBits. r=jrmuizel 2011-06-17 15:36:37 +12:00
Robert O'Callahan
1cf4650fb9 Bug 660682. Let anonymous blocks in IB splits inherit opacity from their first inline, so that 'opacity' applies to the contents of a split inline. r=bz 2011-06-17 15:36:07 +12:00
Dão Gottwald
d9f6f43647 Bug 664116 - AllTabs.jsm needs to remove event listeners from browser windows. r=dietrich
--HG--
extra : rebase_source : 0bfd0ecd99512c058611d3118bc7ae482918f005
2011-06-16 21:18:39 +02:00
Chris Jones
d8c3a76fe7 Bug 661973: Implement mozilla::RefCounted, RefPtr, TemporaryRef, OutParamRef, and byRef. r=Bas,luke sr=roc 2011-06-16 20:40:20 -07:00
Jonas Sicking
b1d3974896 Back out bug 661980 due to orange. CLOSED TREE 2011-06-16 14:33:42 -07:00
Neil Rashbrook
483a311b55 Bug 664125 Offline error pages should appear for non-cacheable channels too r=bz 2011-06-16 21:26:22 +01:00
Neil Rashbrook
e7cd8cb3b5 Bug 660527 Remove useless uses of PromiseFlatCString r=biesi 2011-06-16 21:25:20 +01:00
Olli Pettay
95f79a8ace Bug 608021, [@ nsFrameMessageManager::ReceiveMessage], r=jst
--HG--
extra : rebase_source : bda56f1dbe7fc469178cacda30ee303a05b45e66
2011-06-16 21:21:08 +03:00
Olli Pettay
99d89c2a1a Bug 664434 - Make sure to Destroy the old document when setting a new print document, r=roc
--HG--
extra : rebase_source : b75688d5320d9dcaf59468bd5def2fa7f2e0bbc0
2011-06-16 21:20:13 +03:00
Doug Turner
b6db6d5dae Backout of 35a679df430b due to bustage 2011-06-16 12:47:37 -07:00
Jonas Sicking
a8d582b108 Bug 661980: Add ability to make interfaces scriptable but not scriptimplementable. r=bsmedberg 2011-06-16 12:21:25 -07:00
Chris Lord
d0bb1208f4 Bug 663445 - StringIndexOutOfBoundsException in String.substring() via GeckoInputConnection.getExtractedText. r=mwu
--HG--
extra : rebase_source : 9f6a618d2563352a03be47dbfb303b6473f8657c
2011-06-14 07:48:00 -07:00
Gian-Carlo Pascutto
96a74c5f3c Bug 663970 - Disable nice on systems that have multiple CPUs Part 1 of 2. r=dougt
--HG--
extra : rebase_source : 01a26264c473fcccd641925854752a7207c9dae2
2011-06-16 11:50:00 -07:00
Ben Hearsum
a8f34ba27d bug 664778: add distributions/ to removed-files.in. r=rs
--HG--
extra : rebase_source : dbb5e7ae850c2d851695f6900553410c986cf648
2011-06-16 14:56:58 -04:00
Doug Turner
ef7a9d534c Bug 664774 - Loading and Install text has mixed capitalization. r=mfinkle 2011-06-16 11:49:38 -07:00
Chris Lord
cadd29da57 Bug 661843 - GeckoSurfaceView may double memory requirement for painting. r=dougt 2011-06-16 02:03:00 -07:00
Ben Hearsum
12ea0b388a bug 664723: update removed-files.in for bug 643816. r=khuey 2011-06-16 11:38:46 -04:00
Jonathan Watt
8980cf02fc Bug 664708 - GetCharNumAtPosition should only accept native points. r=longsonr. 2011-06-16 14:47:04 +01:00
Jonathan Watt
d7d0fe1369 Bug 664130 - Document what GetFrameBoundsForTransform is about. r=roc. 2011-06-16 12:06:05 +01:00
Jonathan Watt
53f9acfc55 Bug 664130 - Document what GetOpaqueRegion is useful for. r=roc. 2011-06-16 12:06:05 +01:00
Jonathan Watt
6f064bf3e9 Bug 664130 - const-ify some SVG element class methods. r=dholbert. 2011-06-16 11:53:13 +01:00
Oleg Romashin
1d1e39452c Bug 660565 - HTML5 HW accelerated video is slow r=roc 2011-06-16 12:51:05 +02:00
Dão Gottwald
c1fa2be449 Bug 664673 - properly declare arrayIndex. r=neil 2011-06-16 12:50:56 +02:00
Mounir Lamouri
d02604b4f2 Merging mozilla-inbound with mozilla-central. 2011-06-16 11:28:58 +02:00
Dão Gottwald
e4b764e92b Bug 664549 - Delete references to the tab when unlinking a TabItem. r=gavin 2011-06-16 06:41:14 +02:00
Dão Gottwald
665680c088 Bug 664091 - Move aboutcrashes_utils.js to head.js. r=ted
--HG--
rename : toolkit/crashreporter/test/browser/aboutcrashes_utils.js => toolkit/crashreporter/test/browser/head.js
2011-06-16 06:41:03 +02:00
Olli Pettay
069b86342d Bug 664463 - Don't load anything to frameloader if it isn't in the docshell tree anymore, r=bz 2011-06-15 23:21:32 +03:00
Dave Townsend
44585289a8 Bug 481603: Flush caches for restartless add-on changes. r=robstrong 2011-06-15 11:12:53 -07:00
Dave Townsend
0d045ee106 Bug 481603: Add a way to unload JS modules loaded with Components.utils.import. r=mrbkap 2011-06-15 11:08:43 -07:00
Dave Townsend
22f1817cb9 Bug 663372: Stop loading the discovery page from the network in some tests. r=Unfocused 2011-06-15 11:07:55 -07:00