Commit Graph

384474 Commits

Author SHA1 Message Date
Nicholas Nethercote
cda9c17f4b Bug 1070251 - Anonymize non-chrome inProcessTabChildGlobal URLs in memory reports when necessary. r=khuey.
--HG--
extra : rebase_source : a204dbae9f853be3ade1cdebfa0f4ac01fa3a174
2014-09-24 19:08:20 -07:00
Bobby Holley
0058889876 Bug 1072174 - Handle all the cases XrayWrapper.cpp. r=peterv 2014-09-24 21:58:33 +02:00
Carsten "Tomcat" Book
84fa1ee595 Backed out changeset d53b25dcf2d7 (bug 966168) for causing bustage 2014-09-25 09:40:40 +02:00
J. Ryan Stinnett
6bcacd1e1f Bug 979536 - Part 5: Fix reopening graphics tools. r=vporof 2014-09-24 08:49:00 +02:00
J. Ryan Stinnett
6ec96fa315 Bug 979536 - Part 4: Fix reopening web audio tool. r=jsantell 2014-09-24 08:49:00 +02:00
J. Ryan Stinnett
07ae2753cc Bug 979536 - Part 3: Fix reopening storage tool. r=mratcliffe 2014-09-24 08:48:00 +02:00
J. Ryan Stinnett
f98b53db2a Bug 979536 - Part 2: Fix reopening timeline tool. r=vporof 2014-09-24 08:45:00 +02:00
J. Ryan Stinnett
60baca296f Bug 979536 - Part 1: Look for leftover fronts after toolbox close. r=ochameau 2014-09-24 19:59:00 +02:00
Ed Lee
49d0aca648 Bug 1068181 - NEW Indicator for Pinned Tiles on New Tab Page [r=ttaubert]
Remove text styling and use an image instead with balanced spacing.
2014-09-24 22:11:07 -07:00
Mark Hammond
0bc3f1e363 Bug 1072739 - disable test_streams_element_capture.html test on windows with e10s due to bug 1065881. r=mossop 2014-09-25 14:19:17 +10:00
Tim Taubert
0abde01963 Bug 998267 - Don't always show the throbber when opening new tabs in e10s r=billm 2014-09-25 05:34:47 +02:00
Arnaud Sourioux
5bca523013 Bug 1038570 - Part 3: rename ObjectFrame variables to PluginFrame. r=dbaron 2014-09-24 06:35:00 +02:00
Arnaud Sourioux
54b32a98a0 Bug 1038570 - Part 2: rename ObjectFrame class to PluginFrame. r=dbaron 2014-09-24 06:34:00 +02:00
Arnaud Sourioux
4f1c6d56a0 Bug 1038570 - Part 1: rename nsObjectFrame.* to nsPluginFrame.*, changes moz.build and includes. r=dbaron
--HG--
rename : layout/generic/nsObjectFrame.cpp => layout/generic/nsPluginFrame.cpp
rename : layout/generic/nsObjectFrame.h => layout/generic/nsPluginFrame.h
2014-09-24 06:33:00 +02:00
Mark Finkle
d86b88913c Bug 846184 - Lightweight theme should be shown on startup, rather than when Gecko initializes r=rnewman 2014-09-23 15:25:28 -04:00
Mark Finkle
2d611952de Bug 1072263 - When using --profile, Gecko expects a nameless profile. No need to shutdown. r=bnicholson 2014-09-24 23:05:31 -04:00
Mark Hammond
00dbbebd81 Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset 2014-09-25 12:23:39 +10:00
Ed Lee
c25e09e640 Bug 1070022 - Improve Contrast of Text on New Tab Page [r=adw] 2014-09-23 16:19:52 -07:00
Ed Lee
b97c29e9de Bug 1071088 - Hover-area is cut off at the bottom of the tiles [r=adw]
Use the same hover css selector as others for title/shadow/border.
2014-09-23 15:54:35 -07:00
Ed Lee
f95a84c9c5 Bug 1059591 - Incorrectly formatted remotely hosted links causes new tab to be empty [r=adw]
Use catch handler of promises to default to empty array on exceptions.
2014-09-23 15:12:20 -07:00
Ed Lee
ba84f1293f Bug 1071822 - update the learn more link in the tiles intro popup [r=adw]
Add a separate const for separate links.
2014-09-23 14:01:49 -07:00
Ed Lee
47eeb17bdc Bug 1064515 - update learn more link for sponsored tiles overlay [r=adw] 2014-09-23 13:59:27 -07:00
Mark Finkle
9855183ddd Bug 735740 - Use swipe-to-dismiss to delete individual formfill entries r=bnicholson 2014-09-24 19:43:04 -04:00
Michael Comella
57b5aa4c2e Bug 1071878 - Put an empty rectangle for websites without favicons on new tablet. r=lucasr
--HG--
rename : mobile/android/base/resources/drawable-large-hdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/favicon_none.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png
2014-09-24 16:38:33 -07:00
Adrian Aichner
b410f70bf5 Bug 1067141 - Scratchpad Open File uses fallbackCharsetList on UTF-8 NS_ERROR_ILLEGAL_INPUT. r=fitzgen
---
 browser/devtools/scratchpad/scratchpad.js          |   75 +++++++++++++++++--
 .../scratchpad/test/NS_ERROR_ILLEGAL_INPUT.txt     |    2 +
 browser/devtools/scratchpad/test/browser.ini       |    2 +
 .../scratchpad/test/browser_scratchpad_open.js     |   27 +++++++-
 .../chrome/browser/devtools/scratchpad.properties  |    4 +
 5 files changed, 101 insertions(+), 9 deletions(-)
 create mode 100644 browser/devtools/scratchpad/test/NS_ERROR_ILLEGAL_INPUT.txt
2014-09-24 16:13:03 -07:00
Michael Comella
e612cfefc2 Bug 1058909 - Part 4: Adjust forward button position and spacing. r=lucasr 2014-09-24 15:45:07 -07:00
Michael Comella
5c2595748d Bug 1058909 - Part 3: Adjust new tablet browser_toolbar spacing. r=lucasr 2014-09-24 15:45:07 -07:00
Michael Comella
de8b90d6cf Bug 1058909 - Part 2: Add new tablet toolbar resources. r=lucasr 2014-09-24 15:45:07 -07:00
Yoshi Huang
49574c4bef Bug 1058490 - B2G NFC: Add a sessionHelper in Chrome Process. r=dimi
From ac82ed58d645749aafbeb94741c87d27b4eed558 Mon Sep 17 00:00:00 2001
---
 dom/nfc/gonk/Nfc.js | 131 ++++++++++++++++++++++++++++++++++------------------
 1 file changed, 87 insertions(+), 44 deletions(-)
2014-09-23 18:33:08 +08:00
peter chang
ae05a3086a Bug 1020801 - Notify the ScrollViewChange DOM event when APZ starts/stops to change the transform. r=ehsan 2014-09-23 06:37:00 -04:00
Christian Vielma
eeb262810b Bug 1064068: Filtering non input text fields from text selection to prevent errors in log: r=margaret 2014-09-22 19:47:50 -07:00
Ryan VanderMeulen
8dc16bd640 Merge m-c to fx-team. a=merge 2014-09-24 17:13:47 -04:00
Ryan VanderMeulen
16e1505ea9 Backed out changeset ebd8df8e8631 (bug 1062323) for Gaia unit test failures. 2014-09-24 17:08:28 -04:00
Ryan VanderMeulen
240ed29614 Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Ryan VanderMeulen
cde3e01598 Merge fx-team to m-c. a=merge 2014-09-24 15:58:32 -04:00
Ryan VanderMeulen
bf8495d478 Merge b2g-inbound to m-c. a=merge 2014-09-24 15:54:10 -04:00
Ryan VanderMeulen
b718c493d9 Bug 1006040 - Bump the nsIPopupBoxObject UUID.
CLOSED TREE
2014-09-24 15:17:01 -04:00
Ryan VanderMeulen
cea5e62c33 Bug 1072385 - Update Hyphen to version 2.8.8. r=jfkthame 2014-09-24 15:12:29 -04:00
Jim Chen
2c4251ec3e Bug 1066760 - Use more detailed abort message on Android; r=snorp 2014-09-24 14:12:54 -04:00
Jim Chen
ead154121a Bug 1066760 - Redirect mozalloc_abort through Java exception handling; r=snorp 2014-09-24 14:12:54 -04:00
Jim Chen
f3c570c80b Bug 1066760 - Add base address and fall back to system dladdr in __wrap_dladdr; r=froydnj 2014-09-24 14:12:54 -04:00
B2G Bumper Bot
484abd821a Bumping manifests a=b2g-bump 2014-09-24 11:11:56 -07:00
B2G Bumper Bot
ad351d5f3d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/89fc79354058
Author: russnicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #24291 from russnicoletti/bug-1069885

Bug 1069885 - [System][Video][Ringtone]Video app shows Share with ringtone application r=johu

========

https://hg.mozilla.org/integration/gaia-central/rev/814654103ee5
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1069885 - [System][Video][Ringtone]Video app shows Share with ringtone application

========

https://hg.mozilla.org/integration/gaia-central/rev/2c2098e581fe
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #24395 from nullaus/bug1062136

bug 1062136 - getScreenshot should check for frontWindow. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/cd75ddb0417a
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1062136 - getScreenshot should check for frontWindow. r=alive
2014-09-24 11:05:46 -07:00
Ben Craddock
dcfe9f0776 Bug 1072193 - Hide video controls when mouse leaves from the left or right. r=dolske 2014-09-24 10:58:15 -07:00
Kartikaya Gupta
1cc43c5dbb Bug 1030181 - Follow-up to fix typo. r=me DONTBUILD 2014-09-24 13:57:44 -04:00
B2G Bumper Bot
cb66a38642 Bumping manifests a=b2g-bump 2014-09-24 10:57:02 -07:00
B2G Bumper Bot
baa34032ac Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d0d536fec183
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #24394 from nullaus/master

Revert "Merge pull request #24308 from nullaus/bug1062136"

========

https://hg.mozilla.org/integration/gaia-central/rev/14847c486f2e
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Revert "Merge pull request #24308 from nullaus/bug1062136"

This reverts commit ec32f3e5f2bb25568a23ab200cdbbd0b2a533ddd, reversing
changes made to 2f7e36df28bb47461b7362df84d5a3ec0ed8429a.
2014-09-24 10:50:47 -07:00
Nicolas Silva
19d8e22943 Bug 1072411 - Remove useless format convertion code in ImageClient. r=jrmuizel 2014-09-24 13:50:28 -04:00
B2G Bumper Bot
1ed5bf8082 Bumping manifests a=b2g-bump 2014-09-24 10:41:58 -07:00
B2G Bumper Bot
53caf70f50 Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fb0068bbb8ce
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24386 from KevinGrandon/bug_1071707_homescreen_marionette_test_browser_dep_retry

Bug 1071707 - Remove browser dependency from marionette tests

========

https://hg.mozilla.org/integration/gaia-central/rev/66cc4cc370d1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1071707 - Remove browser dependency from marionette tests r=Cwiiis

========

https://hg.mozilla.org/integration/gaia-central/rev/b42ce755fee8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24302 from KevinGrandon/bug_1071112_rocketbar_postmessage_error_logged

Bug 1071112 - [Rocketbar] Migrate to using promises for search connection init

========

https://hg.mozilla.org/integration/gaia-central/rev/1e2d7cc3d020
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1071112 - Part 2 - [Rocketbar] Only listen to open-app when the search window is active r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/640b02435129
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1071112 - Part 1 - [Rocketbar] Migrate to using promises for search connection init r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/05d13022b076
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #24308 from nullaus/bug1062136

bug 1062136 - getScreenshot should check for frontWindow. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/ac3be3e01bac
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1062136 - getScreenshot should check for frontWindow. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/a077a41eb4e4
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #22129 from DouglasSherk/1037868-sim-picker

Bug 1037868 - Create gaia-sim-picker component. r=Rik, r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/8dc7787548d6
Author: DouglasSherk <github@sherk.me>
Desc: Bug 1037868 - Create gaia-sim-picker component. r=kgrandon, r=Rik
2014-09-24 10:35:45 -07:00