Commit Graph

213946 Commits

Author SHA1 Message Date
Patrick Brosset
fb314af007 Bug 985597 - Tests for the new highlighter implementation using the AnonymousContent API; r=miker r=jwalker
--HG--
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_01.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_01.js
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_02.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_02.js
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_03.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_03.js
rename : browser/devtools/inspector/test/browser_inspector_highlight_after_transition.html => browser/devtools/inspector/test/doc_inspector_highlight_after_transition.html
rename : browser/devtools/inspector/test/browser_inspector_infobar_01.html => browser/devtools/inspector/test/doc_inspector_infobar_01.html
rename : browser/devtools/inspector/test/browser_inspector_infobar_02.html => browser/devtools/inspector/test/doc_inspector_infobar_02.html
2014-11-06 13:04:37 +01:00
Patrick Brosset
aa41f7bb39 Bug 985597 - Filter useless highlighter updates & and use requestAnimationFrame for updates; r=miker 2014-11-06 13:04:28 +01:00
Patrick Brosset
2235c1fc3d Bug 985597 - Use the AnonymousContent Document API for the highlighters; r=miker r=Gijs
--HG--
rename : browser/themes/shared/devtools/highlighter.inc.css => browser/themes/shared/devtools/highlighter.css
2014-11-06 13:04:23 +01:00
Gijs Kruitbosch
d15b4c194e Bug 1080801 - Adjust comments for failing tests in e10s-mode, rs=comments-only 2014-11-06 12:04:49 +00:00
Gijs Kruitbosch
93cf1f9f74 Bug 1094429 - fix strict warning in sanitize.js, r=gavin
--HG--
extra : rebase_source : 4e970dad314c815f535fa388c0d8ab77356ea6ff
2014-11-06 11:53:34 +00:00
Nick Alexander
dd2eb7286d Bug 1093718 - Turn off minification of Fennec JS in Nightly. r=mfinkle
In b2g/installer/Makefile.in, minification is conditional on not being a
debug build.  Seems reasonable to have minified and non-minified builds
regardless of release channel, so I've copied that here.
2014-11-04 10:11:00 +01:00
Mahdi Dibaiee
f3ac30c02c Bug 684096 - "The webconsole should display column numbers in addition to line numbers". c=mdibaiee 2014-11-05 05:43:00 +01:00
Brian Grinstead
fc947c1dc2 Bug 1094538 - Remove gap between selected tab and side of browser caused by padding on TabsToolbar;r=MattN 2014-11-05 17:52:30 -08:00
Shane Caraveo
6af95d33c0 bug 1053973 fix opengraph builder for e10s, r=markh 2014-11-05 17:26:36 -08:00
Shane Caraveo
bd00812817 Bug 915547 fix activation in e10s windows, r=markh 2014-11-05 17:22:27 -08:00
Dave Townsend
234d88566d Bug 1083327: Uplift Add-on SDK.
57b8a4a...1aee56d
2014-11-05 16:52:46 -08:00
Jordan Santell
9b3a8b64fa Bug 1093866 - Search bar in customize menu should use default styling in DevEdition;r=dao
--HG--
extra : amend_source : 4acc8142ffe86e91224e1d21cd23365d0c798354
2014-11-05 16:50:26 -08:00
Matthew Noorenberghe
906240dc9c Bug 1093500 - Cleanup Loop registration by pulling push URLs from the push handler. r=pkerr
--HG--
extra : rebase_source : 40639702a655b5e20eb7e00473c2f8c7676500dc
2014-11-05 13:58:52 -08:00
Matthew Noorenberghe
93910d7feb Bug 1091260 - Badge the Browser Toolbox dock icon on OS X to differentiate it from the main process. r=jryans,fitzgen
--HG--
extra : rebase_source : 561016578d5a23c769090faf6c735b3060d4e741
2014-11-05 13:56:17 -08:00
Shane Caraveo
c5b2445649 bug 1090563 fix shared iframe use in loop, r=jaws 2014-11-05 16:21:01 -08:00
Margaret Leibovic
5b7aa5ad69 Bug 1087722 - Convert reader mode API to use promises. r=rnewman,bnicholson 2014-11-05 16:17:56 -08:00
Margaret Leibovic
6e4d54d867 Bug 1094234 - Get rid of unused BrowserApp.shutdown method. r=mfinkle 2014-11-05 16:17:56 -08:00
Margaret Leibovic
0bb1ace29e Bug 1050405 - Add images for search widget preview. r=mfinkle 2014-11-05 16:17:55 -08:00
Margaret Leibovic
876b5366b5 Bug 1055657 - Add branding icons for search widget. r=mfinkle 2014-11-05 16:17:55 -08:00
Shane Caraveo
b3097dfa7c Bug 1075000 fix isWindowPrivate use on content window, r=markh 2014-11-05 16:14:19 -08:00
Victor Porof
be0670c340 Bug 1074205 - Enable devtools/netmonitor tests with e10s, r=ejpbruel 2014-11-05 16:52:56 -05:00
Victor Porof
5be0882642 Bug 1091612 - [e10s] browser_net_resend.js disabled because actors for the new request channels don't correspond to the ones sent in network event updates, r=ejpbruel 2014-11-05 16:52:53 -05:00
Victor Porof
9d583c0c0f Bug 1091603 - [e10s] browser_net_filter-01.js disabled because nsIXMLHttpRequest doesn't correctly determine whether or not a request is XHR in e10s, r=ejpbruel 2014-11-05 16:52:50 -05:00
Victor Porof
075c2a91aa Bug 1091596 - [e10s] browser_net_copy_as_curl.js disabled because waitForClipboard doesn't seem to work properly on e10s, r=ejpbruel 2014-11-05 16:52:46 -05:00
Victor Porof
21b87ba21f Bug 1058898 - Enable profiler tests for e10s, r=ejpbruel 2014-11-05 16:52:44 -05:00
Wes Kocher
f5726dd7a9 Merge m-c to fx-team a=merge to open this CLOSED TREE 2014-11-05 15:17:35 -08:00
Wes Kocher
7ee03f70cc Bug 1094312 - Disabling browser_bug553455.js made browser_bug585558.js permafail a=permafail CLOSED TREE 2014-11-05 13:05:26 -08:00
Ryan VanderMeulen
e85f22fbe2 Merge m-c to fx-team. a=merge 2014-11-05 15:23:22 -05:00
Brian Nicholson
e7a9bd4d6c Bug 1068425 - Add tile reporting tests. r=rnewman 2014-11-05 12:14:35 -08:00
Brian Nicholson
65d42d7d0c Bug 1068425 - Add TilesRecorder hooks to TopSitesPanel. r=lucasr 2014-11-05 12:14:35 -08:00
Brian Nicholson
a4468a5fa9 Bug 1068425 - Move TopSitesGridView click listeners to TopSitesPanel. r=lucasr 2014-11-05 12:14:34 -08:00
Brian Nicholson
cb11266e0d Bug 1068425 - Implement tile reporting components. r=rnewman 2014-11-05 12:14:34 -08:00
Ryan VanderMeulen
a4e70fd4d9 Merge fx-team to m-c. a=merge 2014-11-05 14:51:17 -05:00
Ryan VanderMeulen
3e51467ff5 Merge b2g-inbound to m-c. a=merge 2014-11-05 14:49:12 -05:00
Gijs Kruitbosch
7febb73e8e Bug 690307 - add more tests for the localhost + spaces case, r=mak 2014-11-05 19:08:45 +00:00
Ryan VanderMeulen
56f31427ee Merge inbound to m-c. a=merge 2014-11-05 14:04:21 -05:00
Sean Lin
e974aa9706 Bug 1091322 - Disable the TV mochitests on Linux debug e10s to wallpaper over gfx shutdown crashes. 2014-11-05 14:03:37 -05:00
Jared Wein
cba4f7b673 Bug 1093793 - desktop call recipient declining incoming call leaves link-clicker's camera on. r=dmose 2014-11-05 13:47:52 -05:00
vivek
436c4172e1 Bug 847435 - Redesign tab history menu. r=bnicholson 2014-11-05 10:13:56 -08:00
Dave Townsend
46cadf46c1 Bug 1094312: Disable browser_bug553455 for high intermittent failures. 2014-11-05 10:05:57 -08:00
B2G Bumper Bot
9c90ab8c6b Bumping manifests a=b2g-bump 2014-11-05 08:51:59 -08:00
B2G Bumper Bot
7c220d4a42 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b07dbb49ec85
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #25837 from opatinowebrtc/bug1091775_new_images_for_status_bar

Bug 1091775 - network-activity.png framerate is too high (30), should be lower (~4). r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/14f7b6c7c3a4
Author: Oscar PatiƱo <opatinowebrtc@gmail.com>
Desc: bug 1091775 - adding new png files for status bar
2014-11-05 08:45:58 -08:00
B2G Bumper Bot
01594b8eb6 Bumping manifests a=b2g-bump 2014-11-05 07:51:51 -08:00
B2G Bumper Bot
3aa0847641 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0ac0a5dbb8a2
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #25652 from JohanLorenzo/bug-1087926

Bug 1087926 - Add a test to check that a Contact's photo appears when receiving a call

========

https://hg.mozilla.org/integration/gaia-central/rev/2126ab33a375
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1087926 - Add a test to check that a Contact's photo appears when receiving a call

========

https://hg.mozilla.org/integration/gaia-central/rev/3da9c5221a92
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #25622 from Cwiiis/bug1089621-janky-edge-gestures

Bug 1089621 - Improve janky edge gestures. r=etienne,eitan

========

https://hg.mozilla.org/integration/gaia-central/rev/cdc9d1f057e9
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1089621 - Don't call _setActive in setVisibleForScreenReader. r=eitan

Calling _setActive will cause the browser element to repaint, which causes
jank during edge swiping.

========

https://hg.mozilla.org/integration/gaia-central/rev/de8ab25a1836
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1089621 - Add will-change: transform during edge-swipe. r=etienne
2014-11-05 07:45:59 -08:00
Henri Sivonen
ceded7789e Bug 1088635. r=smaug. 2014-11-05 17:44:37 +02:00
B2G Bumper Bot
9dc1f5aa07 Bumping manifests a=b2g-bump 2014-11-05 07:32:15 -08:00
B2G Bumper Bot
435516f1f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce3251721969
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #25818 from davehunt/bug1074117-clock

Bug 1074117 - Use expected conditions and optimise element lookups in clock app object

========

https://hg.mozilla.org/integration/gaia-central/rev/f4de3cf9da06
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in clock app object. r=fstrugariu
2014-11-05 07:25:52 -08:00
B2G Bumper Bot
09832f1ba1 Bumping manifests a=b2g-bump 2014-11-05 07:02:17 -08:00
B2G Bumper Bot
d1c8588b98 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4317e50ef5b1
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #25808 from davehunt/bug1074117-calendar

Bug 1074117 - Use expected conditions and optimise element lookups in calendar app object

========

https://hg.mozilla.org/integration/gaia-central/rev/8c15b5b925af
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in calendar app object. r=fstrugariu
2014-11-05 06:55:53 -08:00
Thomas Zimmermann
b9631a0fc1 Bug 1091577: Remove unused helpers from daemon backend, r=shawnjohnjr
This patch removes unused unpack functions, notification and
interface runnables from Bluetooth's daemon backend.
2014-11-05 15:43:07 +01:00