Граф коммитов

384577 Коммитов

Автор SHA1 Сообщение Дата
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
Tim Taubert 5963c4dcca Bug 1071638 - Add test to ensure there are no uninterruptible reflows when loading about:newtab r=adw 2014-09-23 17:48:38 +02:00
Tim Taubert e87a1a3ec8 Bug 1071635 - Get rid of uninterruptible reflows caused by checkSizing() and onPageFirstSized() r=adw 2014-09-23 19:08:56 +02: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
ziyunfei 51e51933aa Bug 1071464 - Object.isFrozen() should return true when given primitive values as input. r=till
--HG--
extra : rebase_source : b905336908fb6d2cc23b9ff019bd307c62d950d8
2014-09-23 16:17:14 +08:00
Ehsan Akhgari dee315315e Bug 1072310 - Build more DOM code in unified mode; r=baku
--HG--
extra : rebase_source : a34dbc7323238d5f83a0144b62a6c52c3e6c54dc
2014-09-25 10:12:06 -04:00
Ehsan Akhgari c78a04d048 Bug 1072299 - Build dom/animation in unified mode; r=baku
--HG--
extra : rebase_source : 2119739c119fddb1204f6941b19a9a3f68d49cf8
2014-09-25 10:11:43 -04:00
Ehsan Akhgari 2124657509 Bug 1072701 - Build some Firefox OS specific DOM code in unified mode; r=baku
--HG--
extra : rebase_source : 4a8812c18341c9851fb3265e1f8e6c77a95911c5
2014-09-25 10:10:42 -04:00
Guilherme Goncalves 6efaad6645 Bug 1071967 - Replace ScopedFreePtr with UniquePtr in jsapi.cpp. r=terrence
ScopedFreePtr is deprecated and uses |free| directly, as opposed to
UniquePtr, which can be made to use js_free.
2014-09-23 15:16:00 -04:00
James Kitchener 422aef5621 Bug 1069929 - Tests for dtls font feature setting. r=fredw 2014-09-24 04:46:00 -04:00
James Kitchener 8caa56278b Bug 1069929 - Apply dtls font feature setting for <mover> elements. r=roc 2014-09-24 04:38:00 -04:00
James Kitchener 9f763ef993 Bug 1069929 - Flag dtls font feature setting for <mover> elements. r=fredw 2014-09-24 04:33:00 -04:00
Edgar Chen 0eab9c585e Bug 1070083 - Part 1: Use the right compartment in MobileConnection code. r=bholley 2014-09-23 15:25:54 +08:00
B2G Bumper Bot 97865baec0 Bumping manifests a=b2g-bump 2014-09-25 07:22:09 -07:00
B2G Bumper Bot c2fd029b13 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/985e02718711
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #24392 from etiennesegonzac/bug-1072392-render-optims

Bug 1072392 - Optimising AppWindow#render with a contextual fragment. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/7c02a89c6d46
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1072392 - Optimising AppWindow#render with a contextual fragment.
2014-09-25 07:15:55 -07:00
B2G Bumper Bot 67ae8b2b9f Bumping manifests a=b2g-bump 2014-09-25 07:02:35 -07:00
B2G Bumper Bot ed36ca9267 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ec87089ac6d
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #24379 from oklang/bug-1069791-Add-Firefox-OS-default-theme

Bug 1069791 - Add Firefox OS default theme.

========

https://hg.mozilla.org/integration/gaia-central/rev/60aab5463e65
Author: Olle Klang <olle.klang@sonymobile.com>
Desc: Bug 1069791 - Add Firefox OS default theme.
2014-09-25 07:00:48 -07:00
B2G Bumper Bot 69baf2b6d5 Bumping manifests a=b2g-bump 2014-09-25 06:52:35 -07:00
B2G Bumper Bot 76af845afd Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/073c60a57840
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #24422 from crdlc/bug-1069867

Bug 1069867 - [Contacts] ICE section appears on top of the selection lis...

========

https://hg.mozilla.org/integration/gaia-central/rev/ac3f4e1cf6fe
Author: crdlc <crdlc@tid.es>
Desc: Bug 1069867 - [Contacts] ICE section appears on top of the selection list right after a contact is set

========

https://hg.mozilla.org/integration/gaia-central/rev/8ff1cba37755
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #24343 from viorelaioia/bug_1071592

                                                                                                                                                    Bug 1071592 - Fix intermittent failure in test_keyboard.py

========

https://hg.mozilla.org/integration/gaia-central/rev/4a3e0770623f
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1071592 - Fix intermittent failure in test_keyboard.py
2014-09-25 06:45:53 -07:00
Carsten "Tomcat" Book 56d9052ab2 Merge m-c to b2g-inbound 2014-09-25 15:34:04 +02:00
Shawn Huang a27ae2d2d4 Bug 1062697 - Initialize avrcp play status using the proper value, disable AvRCP 1.5. r=btian 2014-09-24 03:36: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