Commit Graph

357903 Commits

Author SHA1 Message Date
B2G Bumper Bot
4d2a09bfe2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/72091c26237f
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #18374 from chirarobert/943897

Bug 943897 - Code timeout into contacts_settings.tap_import_from_sim()

========

https://hg.mozilla.org/integration/gaia-central/rev/c8bde513b936
Author: chirarobert <robert.chira@softvision.ro>
Desc: Bug 943897 - Code timeout into contacts_settings.tap_import_from_sim()

I get the number of sim contacts before opening the apps because the method switches to default frame.
2014-04-24 08:20:56 -07:00
Victor Porof
26785a0d8a Bug 999978 - HTTP method and status code are smashed together. r=past 2014-04-24 11:01:17 -04:00
Nick Fitzgerald
f936072cda Bug 991904 - Create a way to load devtools modules lazily. r=dcamp 2014-04-24 13:47:00 -04:00
Mihaela Velimiroviciu
2f72cbde02 Bug 947914 - Add test for the funtionality of panel menu default buttons. r=Gijs 2014-04-25 14:46:52 +03:00
Ed Morley
d986e0aa3e Backed out changeset b589de6c1084 (bug 889744) for failures in test_marketplace_pkg_install.html 2014-04-24 15:29:20 +01:00
Masayuki Nakano
91429a979f Bug 704423 mousemove event should be cancelable r=smaug 2014-04-24 23:19:54 +09:00
vivek
c5400fc07f Bug 977167 - "Open tabs should be filtered to exclude about:, chrome: etc. URLs prior to flushing to DB" r=rnewman 2014-04-24 14:06:00 +02:00
Drew Willcoxon
ef2524541f Bug 962490 - Add a search field to the new tab page (part 3: search component tests). r=gavin 2014-04-24 19:09:25 -07:00
Drew Willcoxon
0e5c640329 Bug 962490 - Add a search field to the new tab page (part 2: about:newtab changes). r=ttaubert 2014-04-24 19:09:23 -07:00
Drew Willcoxon
53bd0fe01b Bug 962490 - Add a search field to the new tab page (part 1: ContentSearch). r=felipe 2014-04-24 19:09:20 -07:00
Drew Willcoxon
54bd6342ed Bug 975786 - Add FHR search source for about:newtab. r=rnewman 2014-04-24 19:09:18 -07:00
Wes Kocher
41bd0431d4 Backed out 7 changesets (bug 942756) for Gi bustage
Backed out changeset 87b1be303630 (bug 942756)
Backed out changeset eb385c85d88b (bug 942756)
Backed out changeset d234447173a8 (bug 942756)
Backed out changeset f7b85c252914 (bug 942756)
Backed out changeset 4e540736b330 (bug 942756)
Backed out changeset 824aec2863f5 (bug 942756)
Backed out changeset 43feed75916e (bug 942756)
2014-04-24 14:30:44 -07:00
Dave Townsend
6db9e6c28e Bug 990074: Sources linked via the optionsURL in install.rdf do not show up in addon debugger. r=fitzgen 2014-04-24 14:16:46 -07:00
Nick Fitzgerald
d4458108bb Bug 999854 - Rewrite browser_dbg_pretty-print-on-paused.js to use Task.spawn. r=vporof 2014-04-24 13:09:00 -04:00
Allison Naaktgeboren
9ae4ef91c3 Bug 921947 - openNewTabWith/openNewWindowWith reference content document which may be null. r=felipc 2014-04-24 12:43:00 -04:00
Dave Townsend
f72adfca59 Backing out bug 990685 as it changes some assumptions for XBL bindings. 2014-04-24 13:05:38 -07:00
Dave Townsend
0e0ec3c6f5 Backing out bug 990074 as we have to backout bug 990685 2014-04-24 13:04:40 -07:00
Brian Nicholson
a0b3d243cc Bug 999203 - Add a pref to record crashes. r=mfinkle 2014-04-24 12:27:42 -07:00
Michael Comella
de7cef208f Bug 996313 - Add boolean for ending test on assertion failure in JavascriptMessageParser. r=nalexander 2014-04-24 12:23:20 -07:00
Robert Strong
313392a942 Bug 452254 - Register for audio/video .ogg and .pdf file handlers if nothing else has. r=jmathies 2014-04-24 11:31:56 -07:00
Paul Rouget
54851b2e41 Bug 942756 - Unify debugger server startup: fix HUD. r=fabrice 2014-04-24 10:43:00 -04:00
Birunthan Mohanathas
772debb89d Bug 989460 - Part 2: Add MOZ_FOR_EACH macro. r=Waldo 2014-04-24 10:49:00 +02:00
Birunthan Mohanathas
accb4d62ef Bug 989460 - Part 1: Add MacroArgs.h for macros related to implementing variadic macros. r=Waldo
This also converts MOZ_RELEASE_ASSERT and MOZ_BEGIN_NESTED_ENUM_CLASS to use the new helper macros.
2014-04-24 10:48:00 +02:00
Birunthan Mohanathas
a33ed136f3 Bug 900908 - Part 2: Add variadic variants of numbered macros in nsIClassInfoImpl.h. r=froydnj
The old numbered macros are still present, but simply forward to the variadic
macro. They will be removed after all instances of the numbered macros have
been converted.
2014-04-24 11:21:00 +02:00
Birunthan Mohanathas
784f1fabb9 Bug 900908 - Part 1: Add variadic variants of numbered macros in nsISupportsImpl.h. r=froydnj
The old numbered macros are still present, but simply forward to the variadic
macro. They will be removed after all instances of the numbered macros have
been converted.
2014-04-24 11:20:00 +02:00
Nick Fitzgerald
be19570abb Bug 984696 - Save more detailed source notes so that Debugger.Script.prototype.getAllColumnOffsets can offer more for source mapped and/or pretty printed JS debugging. r=ejpbruel 2014-04-24 09:32:00 +02:00
Birunthan Mohanathas
6487356b98 Bug 900903 - Add variadic variants of numbered macros in nsCycleCollectionParticipant.h. r=smaug
The old numbered macros are still present, but simply forward to the variadic
macro. They will be removed after all instances of the numbered macros have
been converted.
2014-04-24 11:13:00 +02:00
Marco Castelluccio
7f5c5f8db1 Bug 1000512 - If a test cleanup function returns a promise, wait for it to be resolved before running other tests. r=jmaher 2014-04-24 16:34:00 +02:00
Hsin-Yi Tsai
f3458d4208 Bug 1000670 - part 5 - BT - impl NotifyClirModeChanged. r=echou 2014-04-24 14:53:03 +08:00
Hsin-Yi Tsai
d417f48d5c Bug 1000670 - part 4 - ril: _sendClirModeChanged. r=vicamo 2014-04-24 14:46:27 +08:00
Benjamin Chen
dd4a20efc0 Bug 990908 - Revert the change of bug 938512 and let the RTSP's code flow align to others. r=cpearce 2014-04-24 14:45:31 +08:00
B2G Bumper Bot
642ee7d057 Bumping manifests a=b2g-bump 2014-04-25 09:01:11 -07:00
B2G Bumper Bot
2637c733fb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/77e1d4b6053d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #18686 from bebef1987/gallery

Bug 1000062 - Delete some more redundant tests

========

https://hg.mozilla.org/integration/gaia-central/rev/62372a8c1f46
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1000062 - Delete some more redundant tests

========

https://hg.mozilla.org/integration/gaia-central/rev/4b70a037efdf
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #18233 from julienw/995173-fix-notice-timeout-v2

Bug 995173 - [Messages] The in-app notification for the "message is too ...

========

https://hg.mozilla.org/integration/gaia-central/rev/286e5b47189e
Author: Julien Wajsberg <julien@mozilla.com>
Desc: Bug 995173 - [Messages] The in-app notification for the "message is too big" state should not disappear after 2 seconds r=schung
2014-04-25 08:50:41 -07:00
B2G Bumper Bot
bdd73df776 Bumping manifests a=b2g-bump 2014-04-25 08:06:17 -07:00
B2G Bumper Bot
05cc739e88 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dc499c7b2946
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 999355 - Wait for 'render' class on appWindow to denote Gaia startup r=bebe"

This reverts commit 2aee4c38dee335f06951ef4e17f22b2f2ed8bd18.
2014-04-25 08:00:50 -07:00
B2G Bumper Bot
49f89e91a3 Bumping manifests a=b2g-bump 2014-04-25 07:26:22 -07:00
B2G Bumper Bot
2fa17a9060 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09696839639b
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #18536 from bobsilverberg/fix_kb_v1.3

Bug 999520 - Update keyboard app's dismiss method to work on v1.3 too

========

https://hg.mozilla.org/integration/gaia-central/rev/97445bb5c31e
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 999520 - Update keyboard app's dismiss method to work on v1.3 too
2014-04-25 07:20:36 -07:00
B2G Bumper Bot
5cf112655e Bumping manifests a=b2g-bump 2014-04-25 06:41:11 -07:00
B2G Bumper Bot
24fbd49f75 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/084bee53f04f
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18539 from benfrancis/997920

Bug 997920 - Deactivate Rocketbar with cancel button r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/2df999803e31
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 997920 - Deactivate Rocketbar with cancel button

========

https://hg.mozilla.org/integration/gaia-central/rev/e18df3baf2f5
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #18376 from rnowm/997084

Bug 997084 - [Cost Control] remove temporal styles and link to [BB] r=marina

========

https://hg.mozilla.org/integration/gaia-central/rev/3c8adbd0bfc4
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 997084 - [Cost Control] remove temporal styles and link to [BB]
2014-04-25 06:35:40 -07:00
B2G Bumper Bot
9ff3c0f79b Bumping manifests a=b2g-bump 2014-04-25 04:58:13 -07:00
B2G Bumper Bot
2caf81f16f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4d2b286ac818
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 993188 - Clean up mozL10n.ready. r=gandalf"

This is breaking the callscreen app.

This reverts commit a96aeea2798dd3242b80e83d3b61a6896c71de9e.
2014-04-25 04:58:01 -07:00
Carsten "Tomcat" Book
a93cb7d802 Merge m-c to b2g-i 2014-04-25 13:55:53 +02:00
B2G Bumper Bot
b0a3171977 Bumping manifests a=b2g-bump 2014-04-25 04:01:31 -07:00
B2G Bumper Bot
25bb781cb9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a271036d832
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #18328 from viorelaioia/update_email_test

Bug 968744 - Update test_receive_active_sync_email to check for incoming notification

========

https://hg.mozilla.org/integration/gaia-central/rev/5d12df3071fe
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 968744 - Update test_receive_active_sync_email to check for incoming notification
2014-04-25 03:55:40 -07:00
B2G Bumper Bot
968921a891 Bumping manifests a=b2g-bump 2014-04-25 03:48:07 -07:00
B2G Bumper Bot
a155db9821 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1001314 - Misaligned checkboxes and texts in search mode within mult...

========

https://hg.mozilla.org/integration/gaia-central/rev/75ecf5320844
Author: crdlc <crdlc@tid.es>
Desc: Bug 1001314 - Misaligned checkboxes and texts in search mode within multiple selection
2014-04-25 03:45:59 -07:00
Frédéric Wang
061d40b53c Bug 1000745 - Part 2: Remove font.mathfont-glyph-tables. r=karlt 2014-04-24 02:41:00 -04:00
Hsin-Yi Tsai
a38ebd258c Bug 1000670 - part 3 - DOM: create and dispatch clirmodechange event. r=smaug 2014-04-24 14:37:49 +08:00
Hsin-Yi Tsai
e48e0987fb Bug 1000670 - part 2 - add internal api: notifyClirModeChanged. r=vicamo 2014-04-24 14:33:29 +08:00
Frédéric Wang
db47d2fc12 Bug 1000745 - Part 1: Remove obsolete font.mathfont-family* preferences. r=karlt 2014-04-24 02:33:00 -04:00