Commit Graph

70992 Commits

Author SHA1 Message Date
Marco Bonardo
c4b3e09c60 Bug 657038 - Add graphics and tracking tags to about:home default snippets.
r=dao
2011-06-16 12:04:16 +02:00
Marco Bonardo
81d8214139 Merge Places and mozilla-central 2011-06-18 11:24:57 +02:00
Ed Morley
c8157ac7e6 Bug 664311 - Remove WinCE code from gfx/; r=jmuizelaar 2011-06-18 11:04:30 +02:00
Ed Morley
0e29105439 Bug 664979 - Merge nsISHistory_2_0_BRANCH into nsISHistory; r=bz 2011-06-18 11:03:17 +02:00
Ms2ger
104c364789 Bug 29256 - Remove nsWindowWatcher::CheckWindowName; r=bz 2011-06-18 11:02:00 +02:00
Ms2ger
0238f10ef6 Bug 664544 - Remove the remnants of HTMLHeadElement.profile; r=sicking 2011-06-18 11:01:57 +02:00
Jonas Sicking
c7de44475c Bug 663768 Part 2: Remove syncload XPCOM service. r=jst 2011-06-17 20:05:41 -07:00
Jonas Sicking
4e59cc2c1b 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
4285792db3 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
c9858e0c43 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
0c0efb7318 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
7bcc18e13a Bug 654489 - Remove fastload, r=bsmedberg 2011-06-17 15:53:52 -07:00
Benoit Jacob
8dbe82a76f 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
Marco Bonardo
290c00097d Bug 664986 - Fix random timeouts in livemarks tests.
r=dietrich
2011-06-17 17:05:46 +02:00
Dão Gottwald
74a2cf9b49 Bug 663630 - Remove unused places UI perf tests.
r=mak
2011-06-17 16:37:55 +02:00
Dão Gottwald
26abf8b4da Bug 663763 - Provide helper function for opening the library in tests.
r=mak
2011-06-17 16:37:53 +02:00
Mounir Lamouri
38dbd10996 Merging mozilla-central with mozilla-inbound. 2011-06-17 15:26:17 +02:00
Masayuki Nakano
682daeb5bf Bug 664906 Remove unnecessary #include for prefs in view r=roc 2011-06-17 18:59:58 +09:00
Jonathan Kew
4e89d25c0d 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
a3d8b786ca 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
409e281180 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
912ce31406 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
ae2df1cd66 Adding test file to fix bustage for bug 662450 2011-06-17 16:16:45 +12:00
Robert O'Callahan
561601264e Bug 662450. Test, r=jrmuizel 2011-06-17 15:46:06 +12:00
Robert O'Callahan
186867c591 Bug 656844. Test. r=joe 2011-06-17 15:37:27 +12:00
Robert O'Callahan
3c21113890 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
89ef55940b 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
d9aef92f21 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
b4c5b0ece8 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
8fe74a14c0 Back out bug 661980 due to orange. CLOSED TREE 2011-06-16 14:33:42 -07:00
Neil Rashbrook
290b3487bf Bug 664125 Offline error pages should appear for non-cacheable channels too r=bz 2011-06-16 21:26:22 +01:00
Neil Rashbrook
26adff7f97 Bug 660527 Remove useless uses of PromiseFlatCString r=biesi 2011-06-16 21:25:20 +01:00
Olli Pettay
45e2f71ebd Bug 608021, [@ nsFrameMessageManager::ReceiveMessage], r=jst
--HG--
extra : rebase_source : bda56f1dbe7fc469178cacda30ee303a05b45e66
2011-06-16 21:21:08 +03:00
Olli Pettay
4cf87abbdd 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
d26d99732c Backout of 35a679df430b due to bustage 2011-06-16 12:47:37 -07:00
Jonas Sicking
bc0f364c12 Bug 661980: Add ability to make interfaces scriptable but not scriptimplementable. r=bsmedberg 2011-06-16 12:21:25 -07:00
Marco Bonardo
781b650be9 Bug 663344 - follow-up to fix downloads/test/unit/test_history_expiration.js 2011-06-16 17:00:00 +02:00
Marco Bonardo
6b35a8230e Backed out changeset 244076fc9a47 due to wrong commit message. DONTBUILD 2011-06-16 12:06:54 +02:00
Marco Bonardo
079f663f7f Add graphics and tracking tags to about:home default snippets.
r=dao
2011-06-16 12:04:16 +02:00
Marco Bonardo
1d29bc67a9 Bug 663344 - Maintenance may cause history loss.
r=dietrich
2011-06-16 12:04:14 +02:00
Marco Bonardo
4acb6c380a Merge Places and mozilla-central 2011-06-16 11:55:54 +02:00
Mounir Lamouri
2302a559dc Merging mozilla-inbound with mozilla-central. 2011-06-16 11:28:58 +02:00
Dão Gottwald
9c917feeb4 Bug 664549 - Delete references to the tab when unlinking a TabItem. r=gavin 2011-06-16 06:41:14 +02:00
Dão Gottwald
8ad6a1a25f 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
1bd9367140 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
0dce8fa7b9 Bug 481603: Flush caches for restartless add-on changes. r=robstrong 2011-06-15 11:12:53 -07:00
Dave Townsend
508ce88566 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
6d98f14885 Bug 663372: Stop loading the discovery page from the network in some tests. r=Unfocused 2011-06-15 11:07:55 -07:00
Marco Bonardo
cf5abeec84 Bug 303567 - In live bookmarks, entries not having a <link> element should use the <link> child of root.
r=dietrich
2011-06-15 01:54:35 +02:00
Marco Bonardo
73b6651998 Bug 661445 - Refactor Livemarks service for future schema changes.
r=dietrich
2011-06-15 01:54:33 +02:00