Commit Graph

188037 Commits

Author SHA1 Message Date
Ryan VanderMeulen
8c33e2b23c Bug 1023472 - Disable test_bug935876.html on Android for perma-failing when pushed to a different chunk.
CLOSED TREE
2014-06-10 14:54:46 -04:00
Eddy Bruel
532d8cbbb2 Bug 1003095 - Refactor stepping tests to run against the worker loader;r=past 2014-06-10 20:37:40 +02:00
Eddy Bruel
1e3fb3b68d Bug 1003095 - Refactor object grips tests to run against the worker loader;r=past 2014-06-10 20:37:05 +02:00
Eddy Bruel
626c0706c7 Bug 1003095 - Refactor event-emitter.js to be worker friendly;r=past 2014-06-10 20:36:38 +02:00
Eddy Bruel
476c06facb Bug 1003905 - Refactor DevToolsUtils.js to be worker friendly; r=past 2014-06-10 20:35:51 +02:00
Jared Wein
8cb3de3d35 Bug 982656 - 'Restore Defaults' should place all 3rd party widgets in the palette. r=Gijs 2014-06-10 10:52:18 -04:00
David Keeler
65bc823886 bug 1017160 - remove nsINSSCertErrorDialog and implementation r=cviecco 2014-06-09 16:35:35 -07:00
Jonathan Watt
f89b0cfb12 Bug 1021973, part 2 - Remove gfxPlatformMac/gfxQtPlatform::OptimizeImage(). r=Bas 2014-06-10 19:12:37 +01:00
Nicolas Silva
6ed53c8aad Bug 1008211 - Don't use CreateBufferTextureClient with CanvasClient2D on Windows. r=bas 2014-06-10 14:02:16 -04:00
Giovanni Sferro
b7a2ac3cac Bug 995901 - Rename nsICSSRuleList to mozilla::dom::CSSRuleList. r=bz
--HG--
rename : layout/style/nsICSSRuleList.cpp => layout/style/CSSRuleList.cpp
rename : layout/style/nsICSSRuleList.h => layout/style/CSSRuleList.h
2014-06-09 22:11:00 -04:00
William Lachance
4b9480677f Bug 984528 - Rename manifestdestiny -> manifestparser. r=ahal
--HG--
rename : testing/mozbase/docs/manifestdestiny.rst => testing/mozbase/docs/manifestparser.rst
rename : testing/mozbase/manifestdestiny/manifestparser/__init__.py => testing/mozbase/manifestparser/manifestparser/__init__.py
rename : testing/mozbase/manifestdestiny/manifestparser/manifestparser.py => testing/mozbase/manifestparser/manifestparser/manifestparser.py
rename : testing/mozbase/manifestdestiny/setup.py => testing/mozbase/manifestparser/setup.py
rename : testing/mozbase/manifestdestiny/tests/comment-example.ini => testing/mozbase/manifestparser/tests/comment-example.ini
rename : testing/mozbase/manifestdestiny/tests/default-skipif.ini => testing/mozbase/manifestparser/tests/default-skipif.ini
rename : testing/mozbase/manifestdestiny/tests/filter-example.ini => testing/mozbase/manifestparser/tests/filter-example.ini
rename : testing/mozbase/manifestdestiny/tests/fleem => testing/mozbase/manifestparser/tests/fleem
rename : testing/mozbase/manifestdestiny/tests/include-example.ini => testing/mozbase/manifestparser/tests/include-example.ini
rename : testing/mozbase/manifestdestiny/tests/include/bar.ini => testing/mozbase/manifestparser/tests/include/bar.ini
rename : testing/mozbase/manifestdestiny/tests/include/crash-handling => testing/mozbase/manifestparser/tests/include/crash-handling
rename : testing/mozbase/manifestdestiny/tests/include/flowers => testing/mozbase/manifestparser/tests/include/flowers
rename : testing/mozbase/manifestdestiny/tests/include/foo.ini => testing/mozbase/manifestparser/tests/include/foo.ini
rename : testing/mozbase/manifestdestiny/tests/just-defaults.ini => testing/mozbase/manifestparser/tests/just-defaults.ini
rename : testing/mozbase/manifestdestiny/tests/manifest.ini => testing/mozbase/manifestparser/tests/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-example.ini => testing/mozbase/manifestparser/tests/mozmill-example.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-restart-example.ini => testing/mozbase/manifestparser/tests/mozmill-restart-example.ini
rename : testing/mozbase/manifestdestiny/tests/no-tests.ini => testing/mozbase/manifestparser/tests/no-tests.ini
rename : testing/mozbase/manifestdestiny/tests/path-example.ini => testing/mozbase/manifestparser/tests/path-example.ini
rename : testing/mozbase/manifestdestiny/tests/relative-path.ini => testing/mozbase/manifestparser/tests/relative-path.ini
rename : testing/mozbase/manifestdestiny/tests/test_convert_directory.py => testing/mozbase/manifestparser/tests/test_convert_directory.py
rename : testing/mozbase/manifestdestiny/tests/test_convert_symlinks.py => testing/mozbase/manifestparser/tests/test_convert_symlinks.py
rename : testing/mozbase/manifestdestiny/tests/test_default_skipif.py => testing/mozbase/manifestparser/tests/test_default_skipif.py
rename : testing/mozbase/manifestdestiny/tests/test_expressionparser.py => testing/mozbase/manifestparser/tests/test_expressionparser.py
rename : testing/mozbase/manifestdestiny/tests/test_manifestparser.py => testing/mozbase/manifestparser/tests/test_manifestparser.py
rename : testing/mozbase/manifestdestiny/tests/test_read_ini.py => testing/mozbase/manifestparser/tests/test_read_ini.py
rename : testing/mozbase/manifestdestiny/tests/test_testmanifest.py => testing/mozbase/manifestparser/tests/test_testmanifest.py
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/manifest.ini => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/test_sub.js => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/test_sub.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_1.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_1.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_2.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_2.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_3.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_3.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_incomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_incomplete.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_toocomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_toocomplete.ini
2014-06-10 13:20:23 -04:00
Michael Comella
8f312c4a8b Bug 932208 - Part 2: Do not allow non-shareable links to be shared. r=mfinkle 2014-06-09 09:58:35 -07:00
Michael Comella
ef48d6a330 Bug 932208 - Part 1: Remove Share from url bar context menu on pre-ICS. r=mfinkle 2014-06-09 09:58:27 -07:00
Brian Warner
e4bc1c7502 Bug 1021950 - Delete unwrapBKey after we're done with it. r=ckarlof 2014-06-09 11:53:00 -04:00
Richard Newman
d3c2ba965f Bug 1022732 - Reword Fennec/Places telemetry histograms. r=trivial DONTBUILD 2014-06-10 10:58:22 -07:00
Richard Newman
688f53abac Bug 1016161 - Flush prefs on handling a locale change event. r=mfinkle 2014-06-10 10:49:38 -07:00
Richard Newman
86c8096326 Bug 1021922 - Record telemetry for browser database operations. r=mfinkle 2014-06-10 10:45:11 -07:00
Hannes Verschore
348e70db89 Bug 1009603 - Tracelogger: Part 5: Handle stack mismatch gracefully (for release builds), r=bbouvier 2014-06-09 13:42:34 +02:00
Hannes Verschore
858f4f7b70 Bug 1009603 - Tracelogger: Part 4: Handle debugger resumption value in Baseline, r=jandem 2014-06-09 13:42:33 +02:00
Hannes Verschore
79027070fe Bug 1009603 - Tracelogger: Part 3: Fix empty filenames, r=bbouvier 2014-06-09 13:42:33 +02:00
Hannes Verschore
796b38310e Bug 1009603 - Tracelogger: Part 2: Fix throw statements, r=bbouvier 2014-06-09 13:42:33 +02:00
Jan Beich
116020f612 Bug 1023399 - Unbreak --disable-ion build after bug 933313. r=lhansen 2014-06-11 09:43:01 +02:00
Jan Beich
85509113d4 Bug 1022686: Don't pull libIDL for |mach bootstrap|, it's unused since bug 687766. r=gps 2014-06-11 09:42:19 +02:00
John Daggett
9a6d05aa32 No bug. Add Fira Sans to reftest fonts, no effect on build. r=me 2014-06-11 16:32:53 +09:00
Hannes Verschore
bf25eaa794 Bug 1022081: SPS: Reset the pushedScript after generation of OOL code, r=djvj 2014-06-11 08:55:46 +02:00
Paul Rouget
c7a1e3b298 Bug 1022492 - Listen to project-is-running earlier. r=jryans 2014-06-09 00:02:00 -04:00
Patrick Brosset
e5a2798d4c Bug 1021571 - Stop sending mutations to the front when the walker is being destroyed. r=bgrins 2014-06-10 02:00:00 -04:00
Mike Habicher
5b795002d5 Bug 1020497 - collapse exposureCompensation to single attribute, r=bz 2014-06-06 15:37:15 -04:00
B2G Bumper Bot
d4b57b936a Bumping manifests a=b2g-bump 2014-06-10 11:47:08 -07:00
B2G Bumper Bot
4c6ca5b1ac Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7fae58dad153
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #20280 from pivanov/bug-1023138

Bug 1023138 - [Flame][Browser]Update missing images

========

https://hg.mozilla.org/integration/gaia-central/rev/c9887705965c
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1023138 - [Flame][Browser]Update missing images
2014-06-10 11:41:22 -07:00
B2G Bumper Bot
3194665ebf Bumping manifests a=b2g-bump 2014-06-10 11:04:07 -07:00
B2G Bumper Bot
fc0668a5a5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3dfadd98dcbb
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #20244 from justindarc/bug1022809

Bug 1022809 - [Camera] Remove lazy_loader.js script tag

========

https://hg.mozilla.org/integration/gaia-central/rev/bd8bafd5c798
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1022809 - [Camera] Remove lazy_loader.js script tag
2014-06-10 11:01:17 -07:00
Rudy Lu
b167032cce Bug 1020068 - Add zhuyin input method to Flame. r=bhearsum 2014-06-10 16:01:40 +08:00
Alexandre Lissy
e500cc0ba1 Bug 1003050 - Harden NotificationDB code with Promises. r=mhenretty 2014-06-09 02:34:00 -04:00
Althaf Hameez
dea5f09e83 Bug 1016953 - Fix accidental rename of json files to jsonlz4. r=mak 2014-06-06 10:09:00 -04:00
J. Ryan Stinnett
2d9bccf345 Bug 1012869 - Allow STREAM_WOULD_BLOCK, close transport for others. r=paul 2014-06-09 13:21:00 -04:00
Richard Newman
59410a1ef5 Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle 2014-06-10 10:37:38 -07:00
Richard Newman
f05974236d Bug 1020502 - Flush Services.strings on locale change. r=margaret 2014-06-10 10:35:44 -07:00
Drew Willcoxon
b94f908d93 Bug 1013051 - Fix "Comparable link missing required property: frecency" error. r=ttaubert 2014-06-10 10:34:20 -07:00
Brad Lassey
7e1a12ecd2 bug 1023108 - nsITabSource.idl UUID have to be updated for the 31 release r=mfinkle 2014-06-10 09:21:22 -07:00
Ed Morley
8947cb7df1 Backed out changeset e888096eee4b (bug 982656) for failures in browser_982656_restore_defaults_builtin_widgets.js 2014-06-10 17:13:28 +01:00
Ed Morley
2493a61193 Merge mozilla-central and fx-team 2014-06-10 16:41:30 +01:00
Ed Morley
0dd254ea3c Backed out changeset a8ad10daa7c0 (bug 932804) to fix the jenkins builds; a=jenkins 2014-06-10 16:34:27 +01:00
Ed Morley
643f73d0d6 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-10 16:08:28 +01:00
Ed Morley
df012f6df1 Merge latest green inbound changeset and mozilla-central; a=merge 2014-06-10 15:58:31 +01:00
Jared Wein
d8d50c8035 Bug 982656 - 'Restore Defaults' should place all 3rd party widgets in the palette. r=Gijs
--HG--
extra : rebase_source : aa305b184502c8addf4a91c94154155db3a66f7a
2014-06-10 10:52:18 -04:00
Victor Porof
2947be7225 Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset 2014-06-10 11:01:50 -04:00
Dão Gottwald
c5b9892a3c Bug 878020 - Add inner shadows to the tab bar's scrollbox when overflowing. r=Gijs,enndeakin
--HG--
extra : rebase_source : 24145e62fb0001a84f0d5ec6f9a9e1135114c7af
2014-06-10 16:56:14 +02:00
Victor Porof
56e38ba54b Bug 1023057 - Superfluous calculations for firstTick, lastTick and totalTicks in the line graph widget, r=pbrosset 2014-06-10 10:55:37 -04:00
Victor Porof
5ffbcbe798 Bug 1023020 - Add a "ready" promise to canvas graphs, r=pbrosset 2014-06-10 10:55:32 -04:00