Commit Graph

162830 Commits

Author SHA1 Message Date
Jared Wein
9b861c3cac 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
6459b7e4b7 Merge mozilla-central to fx-team 2014-01-13 13:13:04 +01:00
Carsten "Tomcat" Book
9f0f4320de merge b2g-inbound to mozilla-central 2014-01-13 12:49:54 +01:00
Carsten "Tomcat" Book
0a42034c15 merge mozilla-inbound to mozilla-central 2014-01-13 12:43:23 +01:00
Carsten "Tomcat" Book
3163b20938 Backed out changeset 2edc821cd2da (bug 951928) [australis] for mochitest-bc test failures 2014-01-13 12:07:10 +01:00
Dão Gottwald
8db245b767 [Australis] update browser_901207_searchbar_in_panel.js for bug 951928 2014-01-13 11:58:43 +01:00
Dão Gottwald
b971685398 Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws 2014-01-13 10:22:19 +01:00
Gaia Pushbot
471634274a 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
bfdabb698b 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
3ea6c2482c 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
c685a9a4a7 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
d25a65ec28 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
a401499cd5 Bug 934125 - 3.b/3: fix alignment. r=gene 2014-01-13 10:44:56 +08:00
Vicamo Yang
7dfc255bf8 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
e5f2059a8f 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
403507648e 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
8239e28db4 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
bc308530ea Merge m-c to s-c. 2014-01-12 17:12:35 -08:00
James Kolb
c6d3872d90 Bug 603488 reftest changes r=roc
--HG--
extra : rebase_source : a6ed0580445788c6e604f055aa4bb1eb7b096a0c
2014-01-13 13:29:49 +13:00
James Kolb
69642f8f89 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
e2d10c7177 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
2ab1f5ebfd 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
ca0b173d6c 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
404a97dcc8 merge m-c to fx-team 2014-01-12 10:25:39 +01:00
Matt Brubeck
3f5154143e Bug 952846 (followup) - accidentally changed the wrong line in package-manifest.in 2014-01-11 21:11:55 -08:00
ffxbld
773b56b343 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
097da774c7 Bug 942340 - Extracting many Telemetry statistics from sessionstore.js;r=ttaubert,froydnj 2014-01-11 09:51:24 +01:00
Tim Taubert
5be6d503e8 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
1e39c5d4da Bug 951943 - SelectionHandler._updateCacheForSelection() Error: TypeError: rects[0] is undefined, r=margaret 2014-01-11 01:51:27 -05:00
Dave Hylands
0160f0ba21 Bug 939372 - Rewrite oom-msg-logger in C or C++ r=dhylands 2014-01-10 22:22:55 -08:00
Richard Newman
6a7f3e1399 Merge m-c to s-c. 2014-01-10 22:20:22 -08:00
Gaia Pushbot
02efe0f82e 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
4fd2674532 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
420fe55e3e 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
9688d3a2d0 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
ee6b3dbd97 Bug 957881 - Get rid of recommended addons code. r=bnicholson 2014-01-10 17:18:14 -08:00
Lucas Rocha
14c8882d88 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
a4235c970f 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
a3bdb6cbaa 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
918da1335e Backed out changeset e4a784a2c735 (bug 946813) for bustage on a CLOSED TREE 2014-01-10 14:36:16 -08:00
Wes Kocher
85a286cad3 Backed out changeset 937f571f4655 (bug 946813) 2014-01-10 14:35:43 -08:00
Gaia Pushbot
1f7281e6e4 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
8e8322c2aa 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
3b526ca45c Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Ryan VanderMeulen
85cf6fca5c Merge fx-team to m-c. 2014-01-10 14:39:59 -05:00
Gaia Pushbot
55326362d0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9214b46e6628
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15185 from jrburke/bug950037-email-tap-icon-error

Bug 950037 - [Email][V1.3] Tap < icon cannot get any response

========

https://hg.mozilla.org/integration/gaia-central/rev/2c40a38ce27e
Author: jrburke <jrburke@gmail.com>
Desc: Bug 950037 - [Email][V1.3] Tap < icon cannot get any response
2014-01-10 11:10:16 -08:00
Gijs Kruitbosch
9394a37982 Bug 942393 - Document Australis' CustomizableUI; fix some nits, DONTBUILD because comments-only, rs=me
--HG--
extra : rebase_source : 1e07be590fba8951d669ac5f67496380ec5567d3
2014-01-10 18:31:40 +00:00
Landry Breuil
ae1e2672c8 Bug 958234: Rename xptc{invoke,stubs}_asm_ppc_openbsd.s to .S to fix build on OpenBSD/powerpc after bug 932178 r=froydnj
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.S
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.S
2014-01-10 19:08:57 +01:00
Erik Vold
cb652d4ef9 Bug 956129 - Uplift Addon SDK to Firefox 2014-01-09 20:21:33 -08:00
Jim Mathies
18f5ea41fb Bug 952989 - Hide the find bar when the options flyout is displayed. r=mbrubeck 2014-01-10 10:56:26 -06:00