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

341080 Коммитов

Автор SHA1 Сообщение Дата
Masayuki Nakano 6915530fae Bug 951966 part.1 Add new pref to support IMM-IME even in TSF mode and rename intl.enable_tsf_support to intl.tsf.enable r=jimm 2014-01-14 11:00:59 +09:00
Nicholas Hurley e33e7c5a9c Bug 948205 - Rename seer.sqlite (and fixup schema in the process). r=mcmanus r=vladan 2014-01-13 17:57:46 -08:00
J. Ryan Stinnett 423ecdb421 Bug 946813 - Part 4: Reland bug 941012 with working chrome debugger. r=past 2014-01-06 14:55:00 -06:00
J. Ryan Stinnett dde6631507 Bug 946813 - Part 3: Use independent loaders, mark them invisible. r=past 2014-01-10 23:37:09 -06:00
Seif Lotfy 370587477e Bug 725252 - "Bookmark All Tabs" dialog window doesn't resize properly (gtk). r=mak 2014-01-13 08:38:59 -05:00
Jared Wein 223e476b7e Bug 853972 - Clicking on a notification should select the originating tab. r=felipe,wchen
--HG--
extra : rebase_source : bfbf92b91d7562404b54b87f25f879881be7643a
2014-01-13 13:56:28 +01:00
Carsten "Tomcat" Book 404b53c8d0 Merge mozilla-central to fx-team 2014-01-13 13:13:04 +01:00
Carsten "Tomcat" Book fadcbeb3a4 merge b2g-inbound to mozilla-central 2014-01-13 12:49:54 +01:00
Carsten "Tomcat" Book 6bfb7a88ab merge mozilla-inbound to mozilla-central 2014-01-13 12:43:23 +01:00
Carsten "Tomcat" Book e2c241d96c Backed out changeset 2edc821cd2da (bug 951928) [australis] for mochitest-bc test failures 2014-01-13 12:07:10 +01:00
Dão Gottwald 90d65186d6 [Australis] update browser_901207_searchbar_in_panel.js for bug 951928 2014-01-13 11:58:43 +01:00
Dão Gottwald 138fa7727a Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws 2014-01-13 10:22:19 +01:00
Gaia Pushbot 44bdd1dc2d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/458c7c1031a8
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #15195 from masap/20140110

Bug 958468 - Remove CSS errors on adb logcat.
r=rudylu, alive

========

https://hg.mozilla.org/integration/gaia-central/rev/751bcda3fc5d
Author: masap <masashi.honma@gmail.com>
Desc: Bug 958468 - Remove CSS errors on adb logcat
2014-01-12 23:40:16 -08:00
Gaia Pushbot 3cda946229 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ebb5ed73230a
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #15217 from Moz-TedC/master

Bug 953041 - Adding English, Chinese, and French translations for "skip" button, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/28afade16a7f
Author: Moz-TedC <tclancy@mozilla.com>
Desc: Bug 953041 - Adding English, Chinese, and French translations for "skip" button.

Translations were copied from a visually-similar part of the FTU app (gaia/apps/communications/ftu/locales). There's no Arabic translation yet.
2014-01-12 22:25:16 -08:00
Brian Smith bb80c6ec24 Bug 958916: Update to NSS 3.15.5 beta 1 (NSS_3_15_5_BETA1), r=me
--HG--
extra : rebase_source : 19606540e96bd00b737bc9c5782f8c445e006189
2014-01-12 22:09:19 -08:00
Ben Tian 7c91544af0 Bug 949930 - CameraControl.sensorAngle doesn't return consistent angle among different devices, r=mikeh, a=1.3+ 2014-01-13 10:12:40 +08:00
Gaia Pushbot 294a995df1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8669bf55fc54
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15236 from MBRSL/bug-959027

Bug 959027 - [UITest] Fix window.close() button, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/3afe75ed1c9f
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 959027 - [UITest] Fix window.close() button
2014-01-12 20:20:16 -08:00
Vicamo Yang 94680ab77f Bug 934125 - 3.b/3: fix alignment. r=gene 2014-01-13 10:44:56 +08:00
Vicamo Yang 2d044167e2 Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well. r=gene
sed -i dom/system/gonk/ril_worker.js -e '/^RIL\[\w\+\] =/ {N; s/RIL\[\(\w\+\)\] =\s*function \w\+(/RIL[\1] = function(/}'
2014-01-13 10:44:52 +08:00
Vicamo Yang de1ca8c802 Bug 934125 - 2.b/3: fix alignment. r=gene
for f in `git show --name-only | grep ^dom/`; do
  [ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang cb6b4fc470 Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang 6d86926c0c Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Richard Newman 12dd20ef13 Merge m-c to s-c. 2014-01-12 17:12:35 -08:00
James Kolb 94d542e7df Bug 603488 reftest changes r=roc
--HG--
extra : rebase_source : a6ed0580445788c6e604f055aa4bb1eb7b096a0c
2014-01-13 13:29:49 +13:00
James Kolb b312293c9b Bug 603488 part 3: Modified DrawTargetSkia to accept non-skia sourcesurfaces. r=nrc
--HG--
extra : rebase_source : f7f084a373d738ffcc58cbbf165fcfd86148d5ce
2014-01-13 13:29:48 +13:00
James Kolb 4fdc9b95a2 Bug 603488 part 2: Draw vector images using imgIContainer::Draw() r=roc
--HG--
extra : rebase_source : 008db87e0322b9e7fa15e21b2b3e51b368225e58
2014-01-13 13:29:48 +13:00
James Kolb 6921e1c6c5 Bug 603488 part 1: Refactor nsLayoutUtils to expose imgIContainer. r=roc
--HG--
extra : rebase_source : bc0aacb752edcb28051f8dee78fc503c561dfadb
2014-01-13 13:29:48 +13:00
Gaia Pushbot ea7f4e45a7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ef875e58e66
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #15231 from EverythingMe/958923-bugfix

Bug 958923 - Remove IAC and use separate E.me API key for the Search app...

========

https://hg.mozilla.org/integration/gaia-central/rev/713b48aaa48c
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 958923 - Remove IAC and use separate E.me API key for the Search app [r=ranbena]
2014-01-12 10:50:16 -08:00
Tim Taubert eac7f0d84a merge m-c to fx-team 2014-01-12 10:25:39 +01:00
Matt Brubeck 90783c5a72 Bug 952846 (followup) - accidentally changed the wrong line in package-manifest.in 2014-01-11 21:11:55 -08:00
ffxbld 985f454a9c No bug, Automated blocklist update from host bld-linux64-ix-031 - a=blocklist-update 2014-01-11 03:16:14 -08:00
David Rajchenbach-Teller 3270b823df Bug 942340 - Extracting many Telemetry statistics from sessionstore.js;r=ttaubert,froydnj 2014-01-11 09:51:24 +01:00
Tim Taubert 8af872bb5f Bug 958809 - Don't put broadcasted data into the regular TabStateCache r=yoric
From c4c69269516391beb36f362d76f3e440bb8cd50b Mon Sep 17 00:00:00 2001
2014-01-11 08:56:22 +01:00
Mark Capella adb698da95 Bug 951943 - SelectionHandler._updateCacheForSelection() Error: TypeError: rects[0] is undefined, r=margaret 2014-01-11 01:51:27 -05:00
Dave Hylands a44a01e0be Bug 939372 - Rewrite oom-msg-logger in C or C++ r=dhylands 2014-01-10 22:22:55 -08:00
Richard Newman 46d49d4caa Merge m-c to s-c. 2014-01-10 22:20:22 -08:00
Gaia Pushbot c42533785f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Revert "+ ‘.sparkleshare’"

========

https://hg.mozilla.org/integration/gaia-central/rev/a19f28d773d7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "+ ‘.sparkleshare’"

This reverts commit 5b5ce63b8b2a5553ce5b61ee98502ae5215d3471.
2014-01-10 18:50:17 -08:00
Gaia Pushbot 9d26bdd57a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 952629 - Revert unintentional merge.

========

https://hg.mozilla.org/integration/gaia-central/rev/4a3cf47879c7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert unintentional merge.
This reverts commit ce4151d0130481df6364ad5a540a6afeaef00e0b.
This reverts commit dfa9fa8c1802b4cc6835d8af8a745477534c2936.
2014-01-10 18:35:17 -08:00
Gaia Pushbot 0faa58f066 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

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

Reenable rocketbar tests

========

https://hg.mozilla.org/integration/gaia-central/rev/20c778ba3a88
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Run a lot

========

https://hg.mozilla.org/integration/gaia-central/rev/aa8e268457e1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Re-enable rocketbar tests
2014-01-10 18:25:18 -08:00
Gaia Pushbot c170656a0d Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66fd1b8dceae
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 898354 - [User Story] Timer Notification"

This reverts commit 8862901daa7b9befce33d1d679091f26437386d1 due to an
inefficient draw cycle.

Signed-off-by: Mike Pennisi <mike@mikepennisi.com>
2014-01-10 17:35:16 -08:00
Margaret Leibovic ae2d7f2f97 Bug 957881 - Get rid of recommended addons code. r=bnicholson 2014-01-10 17:18:14 -08:00
Lucas Rocha b6d0bd792b Bug 958185 - Rename Page* terminology to Panel* in the home package (r=margaret)
--HG--
rename : mobile/android/base/home/BookmarksPage.java => mobile/android/base/home/BookmarksPanel.java
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/home/LastTabsPage.java => mobile/android/base/home/LastTabsPanel.java
rename : mobile/android/base/home/ListPage.java => mobile/android/base/home/ListPanel.java
rename : mobile/android/base/home/MostRecentPage.java => mobile/android/base/home/MostRecentPanel.java
rename : mobile/android/base/home/ReadingListPage.java => mobile/android/base/home/ReadingListPanel.java
rename : mobile/android/base/home/TopSitesPage.java => mobile/android/base/home/TopSitesPanel.java
rename : mobile/android/base/resources/drawable/home_page_title_background.xml => mobile/android/base/resources/drawable/home_panel_title_background.xml
rename : mobile/android/base/resources/layout-large-land-v11/home_history_page.xml => mobile/android/base/resources/layout-large-land-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_page.xml => mobile/android/base/resources/layout-xlarge-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_bookmarks_page.xml => mobile/android/base/resources/layout/home_bookmarks_panel.xml
rename : mobile/android/base/resources/layout/home_history_page.xml => mobile/android/base/resources/layout/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_last_tabs_page.xml => mobile/android/base/resources/layout/home_last_tabs_panel.xml
rename : mobile/android/base/resources/layout/home_most_recent_page.xml => mobile/android/base/resources/layout/home_most_recent_panel.xml
rename : mobile/android/base/resources/layout/home_reading_list_page.xml => mobile/android/base/resources/layout/home_reading_list_panel.xml
rename : mobile/android/base/resources/layout/home_top_sites_page.xml => mobile/android/base/resources/layout/home_top_sites_panel.xml
rename : mobile/android/base/tests/testBookmarksPage.java => mobile/android/base/tests/testBookmarksPanel.java
2014-01-10 17:18:07 -08:00
Gaia Pushbot 5e8217c63e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 958725 - [Search] Apps are not launching when tapped on

========

https://hg.mozilla.org/integration/gaia-central/rev/c767794752c9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 958725 - [Search] Apps are not launching when tapped on
2014-01-10 16:35:17 -08:00
Gaia Pushbot 42513d0c4d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ad87e1aa6aa
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #15167 from punamdahiya/Bug950184

Bug950184 - Fix of dotted line in header bar r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/2c6c2c03aefd
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug950184 - Fix of dotted line in header bar r=arnau
2014-01-10 15:45:16 -08:00
Wes Kocher 07705609b6 Backed out changeset e4a784a2c735 (bug 946813) for bustage on a CLOSED TREE 2014-01-10 14:36:16 -08:00
Wes Kocher 441a0788f7 Backed out changeset 937f571f4655 (bug 946813) 2014-01-10 14:35:43 -08:00
Gaia Pushbot 629abbf25a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c7b07c8b0c3
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 958103 - [Messages][Drafts] Don't auto-save drafts when message input is empty

https://bugzilla.mozilla.org/show_bug.cgi?id=958103
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2014-01-10 13:05:17 -08:00
Gaia Pushbot 7bf1d0e6a0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25c6581e28c1
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #15090 from mikehenrty/bug-956851-appname

Bug 956851 - Fetch the application name when displaying offline errors

========

https://hg.mozilla.org/integration/gaia-central/rev/ed267294865b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 956851 - Fetch the application name when displaying offline errors
2014-01-10 11:50:23 -08:00
Ryan VanderMeulen a87352cc59 Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Ryan VanderMeulen 579bf64b3e Merge fx-team to m-c. 2014-01-10 14:39:59 -05:00