Commit Graph

10864 Commits

Author SHA1 Message Date
Henri Sivonen
b83f701d54 Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
Henri Sivonen
7168af5fc7 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Marco Bonardo
b2e5e8a3e8 Bug 738287 - Make browser_pdfjs_main.js correctly wait for the add-ons manager API callback.
r=ttaubert
2012-03-22 17:56:28 +01:00
Marco Bonardo
ffb17ea4b7 Merge last green PGO from inbound to central 2012-03-22 13:04:29 +01:00
Yury
d7808c6896 Bug 714712 - Part 4: Add built-in PDF support to Firefox with PDF.js. r=dtownsend 2012-03-21 22:25:06 -04:00
Artur Adib
e6bf2ee7af Bug 714712 - Part 2: pdf.js test. r=gavin 2012-03-21 22:25:06 -04:00
Yury
2901438a1c Bug 714712 - Part 1: pdf.js 0.2.414, includes fix for Bug 734794. r=dtownsend 2012-03-21 22:25:06 -04:00
Marco Bonardo
f96e1a3cdc Merge fx-team and central 2012-03-21 23:49:13 +01:00
Asaf Romano
88eb298398 Bug 718608 - Migration code shrink and cleanup: unified code for notifications and error handling, prepare for deCOM. r=mak. sr=gavin on the interface change. browser/components/build part was done by mak (r=bsmedberg. 2012-03-21 21:20:47 +02:00
Dão Gottwald
13931e27b4 Bug 735691 - Make toolbar buttons borderless in the default state. r=shorlander 2012-03-21 17:03:28 +01:00
Mounir Lamouri
4ccbf5168d Merging mozilla-inbound into mozilla-central. 2012-03-21 11:29:28 +01:00
Dão Gottwald
926a6fd2bf Bug 734706 - The Page Style menu's "No Style" menu item shouldn't have to stop the command event propagation. r=dolske
--HG--
extra : rebase_source : 9ec2ad2ab0ae529b24dd8f7ed2756295061cb545
2012-03-21 09:13:36 +01:00
Paul O’Shannessy
f2a9a84cc3 Bug 639705 (Lion Full Screen) Part 3: Make Firefox support Lion Full Screen on browser windows [r=dao]
--HG--
extra : rebase_source : 5bd252ce3fde6d008c3e9b4335903d8480d31bbf
2012-03-20 16:21:15 -07:00
Matt Brubeck
3bac450511 Merge mozilla-central and mozilla-inbound 2012-03-20 16:16:42 -07:00
Ryan VanderMeulen
12f680c009 Bug 737301 - ifdef the safe browsing files so that |make package| doesn't break on builds with safe browsing disabled. r=khuey 2012-03-20 17:24:48 -04:00
Kyle Huey
13e7746d2b Back out Bug 735810. r=me
--HG--
extra : rebase_source : bba79667be0102bbda1eb68f9a2199f201557f6e
2012-03-20 09:08:00 -07:00
Mounir Lamouri
e87118ae02 Merging mozilla-central into mozilla-inbound. 2012-03-20 11:41:17 +01:00
Mounir Lamouri
06ec3f6bac Merging mozilla-inbound into mozilla-central. 2012-03-20 11:39:42 +01:00
Tim Taubert
55def25a31 merge m-c to fx-team 2012-03-20 09:23:36 +01:00
Dão Gottwald
5222bdc660 Bug 736846 - about:home launcher buttons jerk down as the icons load. r=mak 2012-03-20 10:56:42 +01:00
Serge Gautherie
d4a22d5ea7 Bug 735810. (Cv1) Stop trying to package MSVC dlls when WIN32_REDIST_DIR isn't set. r=khuey. 2012-03-20 03:05:20 +01:00
Tim Taubert
475d34d572 Bug 736424 - Intermittent TEST-UNEXPECTED-FAIL | browser_tabview_bug600645.js | The app tab icon has the right tab reference; r=dietrich 2012-03-19 15:48:57 +01:00
Tim Taubert
696f1c3413 Bug 736416 - intermittent browser/components/sessionstore/test/browser_625016.js | Test timed out, followed by other errors; r=mak 2012-03-19 11:14:30 +01:00
Théo Chevalier
ee5b024e6c Bug 728350 - Updated Telemetry help->about message to match notification message, r=gavin
--HG--
extra : transplant_source : uT%9D%1B%D9c%07%E2%E4k%9B%92%01%A1%E7%B9%15%F4%1B%A6
2012-03-19 18:01:12 -07:00
Neil Deakin
4cbeb888ac Bug 710431, add telemetry for new browser window command, r=dao 2012-03-20 11:20:56 -04:00
Dão Gottwald
7dc8057e70 Bug 736848 - about:home's layout-independent initialization tasks should use DOMContentLoaded instead of the load event. r=mak 2012-03-20 12:22:51 +01:00
Blake Kaplan
a2929f025d Bug 736087 - Remove the ns prefix from the WifiWorker component. r=philikon DONTBUILD
--HG--
rename : dom/wifi/nsWifiWorker.h => dom/wifi/WifiWorker.h
rename : dom/wifi/nsWifiWorker.js => dom/wifi/WifiWorker.js
rename : dom/wifi/nsWifiWorker.manifest => dom/wifi/WifiWorker.manifest
2012-03-16 18:05:28 +01:00
Blake Kaplan
37fe07ac9a Bug 736087 - Rename nsDOMWifiManager to DOMWifiManager. r=philikon
--HG--
rename : dom/wifi/nsDOMWifiManager.js => dom/wifi/DOMWifiManager.js
rename : dom/wifi/nsDOMWifiManager.manifest => dom/wifi/DOMWifiManager.manifest
2012-03-16 17:51:05 +01:00
Matt Brubeck
1acfb437e2 Merge last green changeset from inbound to mozilla-central 2012-03-19 10:15:23 -07:00
Phil Ringnalda
bf6a8605fb Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-03-18 13:09:03 -07:00
Serge Gautherie
8b287b446b Bug 713132. (Av1) Make packager.pm missing file warnings fatal on Firefox. r=khuey. 2012-03-18 17:56:09 +01:00
Serge Gautherie
6bb3cd3c51 Bug 736770. (Bv1) packaging: Add 'MOZ_UPDATER' condition for 3 files, Sort '[@AB_CD@]' files, Sync' removed-files.in. r=khuey. 2012-03-18 17:55:57 +01:00
Joshua M
98c3d5aefc Bug 734371 - Adjust toolbar color for Australis. r=dao 2012-03-18 15:50:06 +01:00
Phil Ringnalda
de969a1167 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-03-17 16:57:05 -07:00
Phil Ringnalda
b1fc1923c6 Merge m-c to m-i 2012-03-17 20:58:38 -07:00
Dão Gottwald
2098641c26 Bug 631500 - Let openUILink accept an object with named parameters. r=gavin 2012-03-17 20:39:08 +01:00
Phil Ringnalda
aee51c6ee7 Back out a0fa92215a36 (bug 713132) for breaking --disable-updater as used in RPM nightlies 2012-03-17 12:01:54 -07:00
Ehsan Akhgari
e6fee3a547 Merge from mozilla-central 2012-03-17 12:32:28 -04:00
ffxbld
ed305cf07f Automated blocklist update from host mv-moz2-linux-ix-slave08 2012-03-17 03:21:01 -07:00
Tim Taubert
e0a2f8b053 merge m-c to fx-team 2012-03-17 09:19:26 +01:00
Chad Freeman
3dfad2bd5e Bug 720023 - Context menus for selected domains should be the identical as for links. r=jwein 2012-03-16 12:41:37 -07:00
Frank Yan
ee6fe00dd5 Bug 736512 - Followup to about:home refresh broke long labels. r=mak 2012-03-16 10:01:04 -07:00
Tim Taubert
696f55882b Bug 726272 - check if currentDocumentChannel is a valid channel; r=bustage-fix 2012-03-16 18:58:01 +01:00
Mike Hommey
900fd6cc7f Bug 736495 - Some scripts are importing modules with resource:///gre instead of resource:/// and vice-versa. r=gavin 2012-03-16 17:21:19 +01:00
Tim Taubert
18b227aacb Bug 726272 - [Page Thumbnails] don't capture error pages; r=dietrich 2012-03-16 16:13:58 +01:00
Marco Bonardo
7a8a491a6b Bug 736456 - Cache the spec in captureAndStore, since currentURI may not be available later; r=ttaubert 2012-03-16 16:13:34 +01:00
Tim Taubert
3233015dde Bug 735987 - [New Tab Page] Dropping blocked links onto the grid again should unblock them; r=dietrich 2012-03-16 09:00:18 +01:00
Gavin Sharp
a3590a2571 merge fx-team into m-c 2012-03-15 21:39:33 -07:00
Marco Bonardo
ff249f47c5 Merge inbound and central 2012-03-16 13:42:16 +01:00
Frank Yan
f50d723725 Bug 736279 - Followup to about:home Visual Refresh. r=mak 2012-03-15 15:58:09 -07:00