Tim Taubert
021b726b4b
Bug 685476 - App tab icons should not act as drag handlers for groupItems; r=dietrich
2011-09-27 04:33:35 +02:00
Chris Double
2f787f6ad6
Bug 686942: respect pause state when seeking to end and beginning of videos - r=kinetik
...
--HG--
extra : rebase_source : 9d698ae2e8731040fa8f40b90164889b5a8b5e23
2011-09-27 15:22:09 +13:00
Phil Ringnalda
31efcd6b2a
Back out aac6292d29f9 (bug 632365) for breaking test_leaf_layers_partition_browser_window.xul
2011-09-26 19:40:50 -07:00
Phil Ringnalda
f6cf2fd9d0
Back out 6e359c7e8080 (bug 681755) on suspicion of bloating the Windows debug mochitest-4 logs to the point of truncation
2011-09-26 19:37:47 -07:00
Wes Johnston
0d7d08415c
Bug 677670 - Make the new tab popup work on tablets. r=mbrubeck
2011-09-26 18:28:54 -07:00
Wes Johnston
604e965331
Bug 688677 - Polish up the actionbar. r=mbrubeck
2011-09-26 18:28:52 -07:00
Adam Dane [:hobophobe]
5988d33707
bug 591249 - event dragleave not properly dispatched if drag-and-drop aborted with ESC within iframe. r=smaug
2011-09-26 15:55:04 -05:00
Jim Blandy
2bdd167bf5
(no bug): Fix comment reference to RejoinInterpreter (now js_InternalInterpret). r=bhackett
...
DONTBUILD
2011-09-28 15:40:23 -07:00
Rafael Ávila de Espíndola
f57dfb5d51
Bug 689609 - Move the changes back in. Needs a clobber. r=re-revert.
2011-09-28 17:49:18 -04:00
Mounir Lamouri
c4614b379f
Bug 675574 - Do not allow more than one call to window.open() when we allow popups. r=jst
2011-09-28 23:23:36 +02:00
Rafael Ávila de Espíndola
1eebf19725
Switch android back to c++11. There are more dependencies on it now. r=revert.
...
CLOSED TREE
2011-09-28 17:13:23 -04:00
Rafael Ávila de Espíndola
3b5474df86
Bug 689609 - Don't enable c++11 on systems that don't really support it. r=ehsan,glandium.
...
--HG--
extra : rebase_source : 2735225fb50875a91c46230c1602920d6ae69f9a
2011-09-28 16:46:06 -04:00
James Willcox
a8725d5db8
Bug 689948 - Fix regressions caused by bug 686992 [r=blassey]
...
From 3d547ae760f1106b7e5414e05b4f80c2e7533926 Mon Sep 17 00:00:00 2001
Accidentally removed a call to GeckoAppShell.scheduleRedraw() which
caused a deadlock. Also, this fixes an issue with uninitialized
member variables in AndroidBridge.
2011-09-28 14:43:02 -04:00
Matt Brubeck
df48ac0137
Bug 690017 - Use -moz-crisp-edges scaling for favicons in tablet portrait tab menu [r=wesj]
2011-09-28 13:31:27 -07:00
Allison Naaktgeboren
140045305c
Bug 689832 - SyncSetup.js refers to outdated string change.password.pwSameAsSyncKey r=philikon
2011-09-28 12:27:57 -07:00
Oleg Romashin
b0a107ab29
Bug 689045 - Canvas Shadow swap/Init API rework r=cjones
...
--HG--
extra : rebase_source : 7b2acb0ffededb54815d7222d79999d32506bee5
2011-09-27 15:19:28 -07:00
Oleg Romashin
7ec9c0bcb5
Bug 687372 - ImageLayerOGL should not destroy surface given as argument. r=cjones
...
--HG--
extra : rebase_source : 00d0c49f320c0969570917a321b8a95a3357a943
2011-09-27 15:19:26 -07:00
Oleg Romashin
7dd5232e47
Bug 686742 - Move YUV conversion code into gfxUtil functions. r=derf
...
--HG--
extra : rebase_source : 0993d4fc7558c40fd6df97278919c01fc8e92918
2011-09-27 15:19:24 -07:00
Wes Johnston
9ebd6ea59e
Bug 689562 - Fix highlight state for reload button. r=lucasr
2011-09-28 12:30:15 -07:00
Sriram Ramasubramanian
a2da7db6a4
Bug 682412 - Theme settings on Honeycomb. r=mfinkle
2011-09-28 12:30:12 -07:00
Boris Zbarsky
21ede689e8
Bug 460323 testcase.
2011-09-28 15:28:33 -04:00
Siddharth Agarwal
2bf3b47a43
Bug 515907 - Support taskbar icon overlays in Windows 7. Original patch by Tim Miller <mille449@gmail.com>. r=jimm, sr=roc
2011-09-29 00:06:43 +05:30
Lucas Rocha
4c6c5a9a3b
Bug 681944 - Immediately remove "empty" attribute from session-restored tabs (r=mfinkle)
...
Otherwise user will not be able to restore a closed tab if he closes it before the session-restored thumbnail is loaded.
2011-09-28 17:56:53 +01:00
Luke Wagner
7852c745c4
Bug 683361 - Fix part 6: add and call Proxy::objectClassIs (r=waldo)
...
--HG--
extra : rebase_source : b387bc288a45fc985df06ce2ca84823cf45803b3
2011-09-28 08:48:16 -07:00
Lucas Rocha
8f538d497b
Bug 689349 - Don't suggest values for password text boxes (r=mfinkle)
2011-09-28 17:50:19 +01:00
Lucas Rocha
4847be9b24
Bug 689524 - Show title on tabs showing about:home (r=mbrubeck)
2011-09-28 17:22:41 +01:00
Boris Zbarsky
8130668f5f
Bug 689564. Only forward event attributes on body/frameset to the window if we also forward the corresponding on* property. r=smaug
2011-09-28 11:54:50 -04:00
Jeff Muizelaar
cde526e2b7
Bug 688238. imglib: Move Decoder::Init() arguments into the constructor. r=joedrew
...
This makes the lifetime of the arguments more clear. i.e. that they stay the same
for the lifetime of the decoder.
--HG--
extra : rebase_source : 99726522b99d9d546f41d1d4e78e44224101e9b3
2011-09-27 12:24:03 -04:00
Brian R. Bondy
b234bc0b54
Bug 596222 - Crash [@ mozilla::widget::WindowHook::Lookup] on shutdown with MaxTo enabled. r=robarnold
2011-09-28 10:02:36 -04:00
Brian R. Bondy
c22991b938
Bug 689277 - Memory leak on low resource situations for Windows software updates. r=rstrong
2011-09-28 09:42:36 -04:00
Marco Bonardo
0e958c908a
Bug 666580 - Use a transaction for indexedDB schema creation.
...
r=bent
2011-09-28 12:04:21 +02:00
Raymond Lee
c545a75e6c
Bug 689078 - Error in saving tab value: TypeError: this.parent is null; r=dietrich
2011-09-26 10:46:25 +08:00
Richard Newman
06bac24a70
Bug 688279 - Clean up test_favicons.js. r=mak
2011-09-23 10:06:06 -07:00
Philipp von Weitershausen
cd3a4b94b0
Bug 686365 - NS_ERROR_FAILURE in policies.js removeIdleObserver. r=rnewman
...
--HG--
extra : rebase_source : a11aba267fa4e183624d9d38420e098812753519
2011-09-22 15:44:06 -07:00
Philipp von Weitershausen
40f1302aba
Bug 688520 - Kick off a sync on "Add a Device". r=rnewman
...
--HG--
extra : rebase_source : e40b6e22b3cae9c4cfebd1af023e77668d10b972
2011-09-22 15:44:02 -07:00
Steve Fink
7a876785fd
Bug 688327 - tempCallReg cannot return callee-saved registers since they may be held live across FASTCALLs (r=dvander)
...
--HG--
extra : rebase_source : 10d63c752478157a9eb3fb4a5325405de9d20227
2011-09-22 15:06:08 -07:00
Richard Newman
128738870e
Bug 672878 - follow-up to un-nest an if. a=dumb
2011-09-22 13:46:28 -07:00
Chris Leary
fd79ec94d0
Bug 684039: rewrite JS LIFO allocator, avoids thrashing. (r=luke)
...
--HG--
rename : js/src/jsarena.h => js/src/ds/LifoAlloc.h
extra : rebase_source : 098bf9561114f82363ebd0862213acf952709257
2011-09-22 13:22:30 -07:00
Chris Leary
026d20592b
Bug 684039: Don't use JSArenaPool in nsJSEnvironment. (r=mrbkap)
...
--HG--
extra : rebase_source : 63c16359271389509b7fc118a3d55c965eb8a931
2011-09-22 15:13:36 -07:00
Mats Palmgren
9f1931699d
Bug 688044 - ASSERTION: Why is the root in mDirtyRoots already? r=bzbarsky
2011-09-28 10:31:01 +02:00
Ed Morley
e2bf7053c4
Bug 689036 - Collapse redundant Makefiles in extensions/pref/ & fix missing in makefiles.sh; r=khuey
2011-09-28 09:26:46 +01:00
Ed Morley
35c80f2fa6
Bug 689040 - Add missing makefiles to services/makefiles.sh & move tests inside ENABLE_TESTS conditional; r=khuey
2011-09-28 09:26:24 +01:00
Ed Morley
5a9c3a07b8
Bug 689043 - Add missing makefiles to xulrunner/makefiles.sh; r=khuey
2011-09-28 09:26:05 +01:00
Ed Morley
142f1676af
Bug 689037 - Remove unused layout/tools/layout-debug/makefiles.sh; r=khuey
2011-09-28 09:25:52 +01:00
Philipp von Weitershausen
e7a6bed65e
Bug 686579 - Kick off a sync immediately after setting up Sync on Fennec. r=mfinkle
2011-09-22 12:57:54 -07:00
Richard Newman
9f2dd30b93
Bug 672878 - temporary shim to log inconsistent state in ChannelListener.onStopRequest. r=philikon
2011-09-22 10:14:13 -07:00
Philipp von Weitershausen
422e6f79fd
Merge services-central with mozilla-central
2011-09-21 12:55:42 -07:00
Ehsan Akhgari
b6cfc1f6f1
Merge the last green changeset of mozilla-inbound to mozilla-central
2011-09-21 13:12:26 -04:00
Rob Campbell
4e59b80eb7
merge m-c to fx-team
2011-09-21 08:28:43 -03:00
Marco Bonardo
085bbb6104
Merge last green changeset from mozilla-inbound to mozilla-central
2011-09-21 10:35:19 +02:00