Commit Graph

71014 Commits

Author SHA1 Message Date
jhorak@redhat.com
760dede257 Bug 467168 - migrate libgnome and libgnomeui to GTK/GIO functions, r=karlt 2011-06-17 03:05:00 -07:00
Joey Armstrong
cdd0ad3712 Bug 662796 - Remove installchrome.pl and installcfunc.pl, r=bsmedberg 2011-06-10 08:23:00 -07:00
Mounir Lamouri
3be4c39ecb Merging mozilla-inbound with mozilla-central. 2011-06-18 18:29:10 +02:00
Marco Bonardo
a77ba384e4 Merge Places and mozilla-central 2011-06-18 13:09:31 +02:00
Dão Gottwald
a622da6363 Bug 664672 - When a tab has been removed, cut off its link to the browser. r=gavin 2011-06-18 13:03:41 +02:00
ffxbld
57d7033436 Automated blocklist update from host linux-ix-slave38 2011-06-18 02:57:51 -07:00
Olli Pettay
986abab828 Bug 664455 - Traverse/Unlink contentsink some more, r=hsivonen
--HG--
extra : rebase_source : 353333e450d3a960534c5bd12de66467c2a5ee26
2011-06-18 12:13:11 +03:00
Olli Pettay
aac07bcf30 Bug 664438 - Don't keep DelayedBlurFocusEvents alive after xpcom-shutdown, e=enndeakin
--HG--
extra : rebase_source : 0925e4bb6d640e26d40f00ebe5c7f2c849a03e71
2011-06-18 12:12:13 +03:00
Olli Pettay
ea204bc06a Bug 664430 - Make sure PopupManager doesn't keep objects alive after xpcom-shutdown, r=enndeakin
--HG--
extra : rebase_source : 137f6507926c47686d9542f97b6d518599e5ed0f
2011-06-18 12:11:36 +03: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
Paul O’Shannessy
ea4048a5ca Backed out changeset 8cc188180ab5 (Bug 625016) 2011-06-17 15:22:23 -07:00
Paul O’Shannessy
06208810a3 Bug 625016 - Users have app tab and panorama data loss depending on window close order [r=dietrich] 2011-06-17 12:38:38 -07:00
Paul O’Shannessy
4789fe8da8 Bug 661755 - [session restore cleanup] Fix line endings in tests [r=dietrich] 2011-06-17 12:37:55 -07:00
Jezreel Ng
ad4282e6ca Bug 588506 - nsSessionStartup is keeping restored session in memory [r=zpao] 2011-06-17 12:37:39 -07:00
Matt Brubeck
6d579ec428 Bug 659670 - Add a "Quit" button to the Android menu [r=mfinkle] 2011-06-17 10:20:34 -07:00
Tim Taubert
6a2ade6fb2 Bug 664669 - tab._tabViewTabIsRemovedAfterRestore should be attached to the tabItem rather than the xulTab; r=dao 2011-06-17 18:47:43 +02:00
Kyle Huey
a126d48900 Bug 664913: Add about:memory reporter for xptiWorkingSet. r=njn 2011-06-17 09:22:15 -07:00
Chris Lord
85b99d29a0 Bug 664996 - After quitting the application by tapping the Home button, re-entering it will show a white. Regression from bug 661843. r=dougt 2011-06-17 08:57:46 -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
Mounir Lamouri
12c71e7bf0 Merging mozilla-central with mozilla-inbound. 2011-06-17 15:29:14 +02:00
Mounir Lamouri
38dbd10996 Merging mozilla-central with mozilla-inbound. 2011-06-17 15:26:17 +02:00
Jacek Caban
7144aad2b8 Bug 663784 - Don't use using statement before includes r=masayuki 2011-06-17 14:55:51 +02:00
Tim Taubert
53925ac13f Bug 663421 - Don't close empty groups automatically; f=raymond, r=dietrich 2011-06-17 14:07:59 +02:00
Tim Taubert
8813e053ca Bug 662266 - Tabs are not re-arranged when closing a tab in an expanded group; f=raymond, r=dietrich 2011-06-17 14:07:59 +02:00
Tim Taubert
8806eb3faf Bug 663795 - clean up browser_tabview_bug587990.js; f=raymond, r=dietrich 2011-06-17 14:07:59 +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