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
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
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
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
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