Commit Graph

159030 Commits

Author SHA1 Message Date
Michael Comella
e5cc5ac660 Bug 938827 - Part 5: Remove querySql reflection. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
2c55986d4c Bug 938827 - Part 4: Remove remaining reflection from FennecNativeDriver. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
507154379e Bug 938827 - Part 3: Call registerEventListener directly. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
a0bfdfd212 Bug 938827 - Part 2: Call PanningPerfAPI directly. r=rnewman 2013-12-06 11:43:10 -08:00
Michael Comella
61185614b9 Bug 938827 - Part 1: Get LayerView in getSurfaceView. r=rnewman 2013-12-06 11:43:10 -08:00
Vivien Nicolas
bc70edf375 Bug 946955 - Set the default friction of Axis.cpp to 0.002. r=kats 2013-12-06 18:51:10 +01:00
Gaia Pushbot
2cc86c7b54 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/63d432c3395f
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #14375 from mcav/land-939375

Bug 939375 - [email] POP3: UX for when there are too many messages in the spool. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/d78f61233a85
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 939375 - [email] POP3: UX for when there are too many messages in the spool. r=asuth
2013-12-06 09:50:24 -08:00
Chris Peterson
fdb028a2bb Bug 945613 - Part 3: #ifdef pragma for gcc >= 4.7.0. r=ehsan 2013-12-06 09:47:28 -08:00
Gaia Pushbot
f48c8ad88d Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/333b17dfea2d
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 922746 - Mark this test as intermittent
2013-12-06 08:40:23 -08:00
Gaia Pushbot
3ac6827841 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f0c7f6367ac1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #14414 from arcturus/bug-940294

Bug 940294 - [Download Manager] Implement the flow when the user opens a file and this action fails from notifications

========

https://hg.mozilla.org/integration/gaia-central/rev/08e29ec41fa0
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 940294 - [Download Manager] Implement the flow when the user opens a file and this action fails from notifications
2013-12-06 08:00:31 -08:00
Gaia Pushbot
13ca022761 Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/349124ab318b
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #13497 from hfiguiere/node-switch-over

Bug 915156 - make test-perf work again. r=jwajsberg,jlal

========

https://hg.mozilla.org/integration/gaia-central/rev/698c0f288946
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 5: Fix nits.

========

https://hg.mozilla.org/integration/gaia-central/rev/f16f5302fd2c
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 4 - more cleanups / review / feedback

untabify

Add missing ;

Use a "constant" for the helper atom object

Rename write() to json_proxy_write() to avoid confusion until bug 944494 is fixed.

mozPerfDurations was persisted between run. All we do is collect
and report.

Missing > in the test title.

========

https://hg.mozilla.org/integration/gaia-central/rev/5e8da3b2e041
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 3 - more cleanups

Move perf.js to tests/performance

Small cleanup variables and such post review.

Remove useless comment

Fix linter errors

fix details in test to be more test-ish
split out the integration to a separate app specific file

Move some non performance marionette stuff to a helper.

Move unlock screen to the helper.

Remove extraneous console.log

Fix linter issue

Get the RUNS env for number of runs

Make sure to reset mozPerfDurations for each test.

Fix perf event observer

========

https://hg.mozilla.org/integration/gaia-central/rev/23154e8f8fbc
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 2: finish it.

Add a 'requireGaia()'

Fix gjslint error (whitespace)

Revert some change on how we get the defaultCallback.

Remove unused code block.

This follow Bug 915158 - Allow setting a marionette runner host at runtime.

Re-add the performance reporter for Mocha.

Fix the screen unlock

Rename PerfApp to PerfTestApp.

Support entry point for launching apps.

introduce gaia-perf-marionette to perform the loop and only do npm once.
also skip profile building unless we run b2gdesktop

Really exit on excluded apps

gjslint whitespace fixes

Fix PerformanceHelper.delay()

re-implement "element" for the PerfApp helper.

Fix test iteration

Add "setringtones" to the exclusion list.

Check whitelist earlier in the tests

Get the event source - This replaces PR #13752

Pass the test data to the reporter.

Fix the marionette action.

Finally the rendering test work

========

https://hg.mozilla.org/integration/gaia-central/rev/52635133c8c1
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Port the test-perf to node with the new marionette-client.
2013-12-06 07:50:25 -08:00
Jim Chen
753b53e693 Bug 946817 - Don't assert mPseudoStack on B2G. r=BenWa 2013-12-06 09:50:21 -05:00
Mark Finkle
8877993860 Bug 943475 - Predictive lookup for awesomebar entries r=rnewman 2013-12-05 23:50:23 -05:00
Lucas Rocha
859da07837 Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson) 2013-12-05 23:50:13 -05:00
Richard Newman
f36184cb78 Bug 946074 - Awesomebar cursor processing is inefficient. r=mfinkle 2013-12-03 22:02:28 -08:00
Girish Sharma
230f88d3f9 Bug 935176 - saving a style sheet doesn't remove the star, r=harth 2013-12-06 23:51:16 +05:30
Brandon Benvie
cd918d24ec Bug 940541 Convert shader editor to use Promise.jsm. r=vp, r=benvie 2013-12-05 16:00:25 -08:00
Nick Fitzgerald
8ba3698f2c Bug 917983 - BreakpointActor instances should be saved in the threadLifetimePool; r=past 2013-12-06 09:25:58 -08:00
Victor Porof
a0a576fa5a Bug 895143 - Sources view groups should show the domain, r=past 2013-12-06 18:34:30 +02:00
Victor Porof
c141162d31 Bug 905981 - Have a classic vertical display of stack frames persistently available in the debugger UI, r=rcampbell 2013-12-06 18:33:59 +02:00
Brian Grinstead
025328a3f1 Bug 941799 - DevTools themes - variables view should match current theme;r=vporof 2013-12-06 10:24:06 -06:00
Tetsuharu OHZEKI
2b17cbcd78 Bug 944925 - Add an option to switch dynamic toolbar mode. r=mleibovic 2013-12-06 10:29:27 -05:00
Jed Parsons
70de9bad2a Bug 909967 - Firefox Account Signed-in User module. p=warner,spenrose,zcarter,jedp, r=markh 2013-12-05 22:46:12 -08:00
Mark Finkle
781a052e0e Bug 927128 - Keep GeckoView limited to Nightly only r=glandium 2013-12-06 10:05:02 -05:00
Carsten "Tomcat" Book
6b538c0e38 Merge m-c to fx-team 2013-12-06 14:56:10 +01:00
Carsten "Tomcat" Book
1f8e119047 Backed out changeset 57c170af6a23 (bug 726427) for Mac 10.6 mochitest Failure in Bug 947126 2013-12-06 14:50:05 +01:00
Carsten "Tomcat" Book
3fb468593a merge b2g-inbound to mozilla-central 2013-12-06 13:32:27 +01:00
Carsten "Tomcat" Book
0c6ac4970f merge fx-team to mozilla-central 2013-12-06 13:31:26 +01:00
Tim Abraldes
578f6b2e57 backout e068a99474a6 (bug 903426) because it breaks a test. 2013-12-06 00:47:16 -08:00
Tim Abraldes
40645e1b3d backout a5e4cf95c43e (bug 903426) because its parent breaks a test. 2013-12-06 00:47:16 -08:00
Carsten "Tomcat" Book
ebbaf3e01f Backed out changeset 2762cab83d31 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:43:02 +01:00
Carsten "Tomcat" Book
7ce9485f88 Backed out changeset f65970fe598f (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:42:48 +01:00
Carsten "Tomcat" Book
7a75e7c08a Backed out changeset 004fa11e352a (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:42:40 +01:00
Carsten "Tomcat" Book
cc051705a9 Backed out changeset 1f45be0c2485 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:42:31 +01:00
Carsten "Tomcat" Book
f2423ebd61 Backed out changeset cad77af5f7e6 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:42:20 +01:00
Carsten "Tomcat" Book
4fb73f42d6 Backed out changeset 1156b23f333f (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:42:07 +01:00
Carsten "Tomcat" Book
8797042644 Backed out changeset 767065f0560b (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:41:59 +01:00
Carsten "Tomcat" Book
5f78db1159 Backed out changeset 17c47c036980 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:41:50 +01:00
Carsten "Tomcat" Book
abe0ad0b33 Backed out changeset 374e44c835a8 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:41:42 +01:00
Carsten "Tomcat" Book
583e8a8633 Backed out changeset a0906b92810e (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:41:32 +01:00
Carsten "Tomcat" Book
1050b1f918 Backed out changeset c84430c040dd (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:41:18 +01:00
Carsten "Tomcat" Book
54db99c88c Merge m-c to fx-team 2013-12-06 07:58:06 +01:00
Mark Finkle
14d34cd461 Backout f118b840cabe, 8f90c8059733, d440fa8a1568 because bug 946074 breaks a test 2013-12-06 01:41:50 -05:00
Wes Johnston
2bb8c5a4bd Bug 943513 - Lazy load animation time. r=lucasr 2013-12-05 22:32:11 -08:00
Tim Abraldes
8a018870e2 bug 903426. Add options for sending URLs with crash reports or not. r=jimm,mbrubeck 2013-12-05 22:08:02 -08:00
Tim Abraldes
c47582f8b9 bug 903426. Implement crash reporter prompt as an about page. r=jimm,mbrubeck 2013-12-05 22:07:39 -08:00
Mark Finkle
9377f407c4 Bug 943475 - Predictive lookup for awesomebar entries r=rnewman 2013-12-05 23:50:23 -05:00
Lucas Rocha
503315a01a Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson) 2013-12-05 23:50:13 -05:00
Gaia Pushbot
719fe772ee Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d10e0357c63b
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #14391 from huchengtw-moz/gallery/Bug_945355-2

Bug 945355 - [B2G][Gallery] Viewing picture recieved in email or MMS sho..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/484481236fb7
Author: John Hu <johu@mozilla.com>
Desc: Bug 945355 - [B2G][Gallery] Viewing picture recieved in email or MMS shows invalid error after zooming in on picture in gallery
2013-12-05 19:30:23 -08:00
Gaia Pushbot
8b22729457 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae420ed62320
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #14431 from mikehenrty/revert-keyboard

Revert "Merge pull request #14148 from caseyyee/bug-929361"

========

https://hg.mozilla.org/integration/gaia-central/rev/36f8d80d9306
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #14148 from caseyyee/bug-929361"

This reverts commit 215febd4fcfda2f417b17437bf884459340cbf6f, reversing
changes made to 69ce560b82cc65078246d168e0ca4efb09888000.

========

https://hg.mozilla.org/integration/gaia-central/rev/43c885109217
Author: Evan Xd <itoyxd@gmail.com>
Desc: Revert "Bug 945611 - Run marionette tests for a specific app."

This reverts commit 88fdb98e896bf5974fc6bc5ab2b5204097cee800.
2013-12-05 19:15:24 -08:00