Paolo Amadini
dfd7155be0
Bug 746787 - Ensure the browser window is not minimized when opening the Downloads panel. r=mak
2012-04-27 15:05:04 +02:00
Paolo Amadini
0155206774
Bug 746853 - Fix finalization of the past downloads query in error cases. r=mak
2012-04-27 15:04:42 +02:00
Paolo Amadini
a164946104
Bug 746658 - Failed downloads can't be removed from panel. r=mak
2012-04-27 15:04:27 +02:00
Raymond Lee
db4a915135
Bug 721020 - [New Tab Page] Add telemetry probes r=ttaubert
2012-04-25 09:45:01 +08:00
Edward Lee
18bf3a0b8e
Bug 747412 - Installing Favimon does not show the right parenthesis on the desktop shortcut or start menu [r=felipe]
...
Strip whitespace at the end instead of trailing non-alphanumeric.
2012-04-26 22:11:43 -07:00
Phil Ringnalda
1f0b033b16
Merge m-c to m-i
2012-04-26 21:40:59 -07:00
Felipe Gomes
eaa7025069
Bug 748199. Cannot install an webapp with the same name of a previously installed app on Mac. r=mstange
2012-04-26 07:37:34 -07:00
Felipe Gomes
2ef7695ad7
Bug 747921. Cannot install apps on systems where the Uninstall regkey hadn't been created yet by some other app. r=timA
2012-04-26 07:34:39 -07:00
Paul Rouget
9b3e6383bf
Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows. r=dao
2012-04-25 16:53:21 +02:00
David Keeler
2b77d52a66
Bug 739575 - Prioritize click-to-play over alternate content in nsObjectLoadingContent::GetPluginSupport. r=josh
2012-04-26 16:25:21 -07:00
Myk Melez
9980f20eaa
bug 748379 - xulrunner builds broken by 'webapprt: No such file or directory'; r=mossop
2012-04-25 13:42:46 -07:00
Paul O’Shannessy
d01afd64c7
Bug 743882 - Fix session restore tests for compartment-per-global [r=dietrich, r=ttaubert]
...
--HG--
extra : rebase_source : e7da9ad0458aaf76614888a9567e112541039332
2012-04-25 10:11:03 -04:00
Patrick McManus
c6411ba203
bug 735543 - overlap tcp/ssl handshakes with typing in search box r=gavin
2012-04-25 08:54:42 -04:00
Ehsan Akhgari
a992263c77
Merge mozilla-central into mozilla-inbound
2012-04-24 21:29:44 -04:00
Ehsan Akhgari
30412417b6
Merge the last green PGO changeset from birch to mozilla-central
2012-04-24 20:54:12 -04:00
Ryan VanderMeulen
8d7711fe31
Backout 91710a945b44 (bug 737821) due to r-. r=mybad
2012-04-24 20:08:35 -04:00
Lukas Blakk
d7f942d541
Merging in version bump NO BUG a=relman
2012-04-24 12:54:16 -04:00
Ed Morley
9db7f5b9bf
Merge from mozilla-central
2012-04-24 11:46:16 +01:00
Ehsan Akhgari
b6247f2495
Merge from mozilla-central
2012-04-23 19:24:10 -04:00
Ehsan Akhgari
75dd5cc04a
Merge the last green PGO changeset from mozilla-inbound into mozilla-central; a=merge
2012-04-23 18:53:10 -04:00
Ehsan Akhgari
624b7c422e
Merge from mozilla-central
2012-04-23 18:17:44 -04:00
Dão Gottwald
bd1ee0705a
Bug 748027 - Make the identity box transparent in more cases. r=jaws a=desktop-only
2012-04-23 21:13:17 +02:00
Dão Gottwald
9b9bf8d73b
Bug 747742 - The identity panel's arrow should point to the center of the identity icon. r=jaws
2012-04-23 21:12:47 +02:00
Mark Banner
aa8d563898
Bug 723135 - Language packs should work for all releases of a branch, maxVersion should use * for compatibility ranges. r=ted
2012-04-23 14:09:41 +01:00
Mark Banner
cb38d3c2c1
Bug 747860 - Put vs2010 configurations into a common directory - move them to under build/ where the other compiler type mozconfigs are. r=ted
...
--HG--
rename : browser/config/mozconfigs/win32/vs2010-mozconfig => build/win32/mozconfig.vs2010
rename : browser/config/mozconfigs/win64/vs2010-mozconfig => build/win64/mozconfig.vs2010
2012-04-23 14:08:11 +01:00
Felipe Gomes
4c3bfa34b8
Bug 747601. Only create Info.plist file after webapp icon has been downloaded. r=mstange a=desktop-only.
...
OSX caches the application info when Info.plist is created and if the icon has not yet been embedded in the .app package, Finder might indefinitely cache a no-icon app
2012-04-22 14:30:03 -07:00
Takanori MATSUURA
b8a3f2610f
Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only
2012-04-22 14:27:05 -07:00
Phil Ringnalda
56db9fcd16
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-21 23:21:24 -07:00
Myk Melez
ea215ab726
bug 747394 - rename webapprt/application.ini to webapprt/webapprt.ini to work around an issue in a build script that looks for Firefox's application.ini, which busted nightly partial updates, on a CLOSED TREE; r=bsmedberg, a=khuey
2012-04-21 11:41:50 -07:00
Dão Gottwald
c7224a08cf
Bug 746837 - In undoCloseTab, focus the browser instead of the content window and do it immediately rather than after a timeout. r=zpao a=desktop-only
2012-04-21 14:45:51 +02:00
Tim Taubert
c2ca2ff917
merge m-c to fx-team; a=desktop-only
2012-04-21 08:36:09 +02:00
Dave Camp
68e92fa0e6
Bug 747550 - Style button doesn't work since bug 707809. r=dietrich
2012-04-20 15:11:16 -07:00
Justin Lebar
fde2cbc0cf
Bug 746055 - On desktop, increase image.mem.max_decoded_image_kb to 250mb, effectively backing out bug 732820. r=joe, a=desktop-only
2012-04-23 00:42:13 -04:00
Ehsan Akhgari
a4c3fd7de5
Merge mozilla-central into mozilla-inbound; a=merge
2012-04-23 18:55:55 -04:00
Jared Wein
e07a57f160
Bug 748037 - Identity doorhangers should anchor off of the identity icon. r=dao a=desktop-only
2012-04-23 15:35:35 -04:00
Asaf Romano
99b69df640
Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only
2012-04-23 15:31:16 -04:00
Ehsan Akhgari
9c7560eb98
Merge mozilla-central into mozilla-inbound; a=merge
2012-04-20 13:11:03 -04:00
Ehsan Akhgari
d286893683
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-20 13:10:19 -04:00
Ehsan Akhgari
5e5679090f
Bug 739040 - Use the length of the decoded string, if no more than 512 bytes, to sniff for feeds; r=Mano a=blocking
2012-04-20 13:03:53 -04:00
Tim Taubert
a303a969d6
merge m-c to fx-team; a=desktop-only
2012-04-20 10:56:36 +02:00
Gian-Carlo Pascutto
005b43059c
Backout 1a6d008acb4f (Bug 729928). rs=dcamp a=mfinkle
2012-04-20 07:46:45 +02:00
Felipe Gomes
e9b571a25a
Bug 746369. Add support for installing apps that do not provide an icon, falling back to the standard webapp icon. r=gavin a=desktop-only
2012-04-19 18:47:56 -07:00
Felipe Gomes
d08d0c6c4b
Bug 747205. Webapps installer follow-ups. r=timA a=desktop-only
2012-04-19 18:47:54 -07:00
Felipe Gomes
0f95f28f00
Bug 746848. Support pref for webapps installer dry-run. r=gavin a=desktop-only
2012-04-19 18:47:52 -07:00
Gavin Sharp
e2520aedb8
Bug 747264: don't sync some prefs that are currently changing on different channels because Sync might cause trouble with them, r=mak, a=desktop-only
...
--HG--
extra : transplant_source : M%EE%25H%29%87p%F2%19%D3%FD%B0%2A%14%9BV%DA%80%B6P
2012-04-19 17:58:20 -07:00
Kyle Huey
7152ad6283
Bug 746834: Fix the test for Bug 575561 to not use DOM objects after navigating the Window. r=dao a=test-only
2012-04-20 08:57:02 +10:00
Myk Melez
fa2562c90d
bug 746629 - package webapp-uninstaller.exe on Windows so it is available to the webapp installer; r=felipe, a=desktop-only
2012-04-19 15:01:45 -07:00
Dave Camp
452703ef08
Bug 702411 - Rule view shouldn't update during highlighting. r=robcee
2012-04-19 11:13:44 -07:00
Dave Camp
942b271dd8
Bug 740662 - Replace InspectorStore dictionaries with Inspector instances. r=robcee
2012-04-19 11:13:42 -07:00
Dave Camp
d8e646980d
Bug 707809 - Refactor creation of registered sidebar tools iframes in InspectorUI. r=robcee
2012-04-19 11:04:46 -07:00