Commit Graph

200293 Commits

Author SHA1 Message Date
J. Ryan Stinnett
c7838ab532 Bug 1049370 - Fix WebIDE open app accesskey. r=paul 2014-08-19 09:46:00 -04:00
vivek
991b8d23bb Bug 1049003 - Refactor AppMenucomponent to wait for menu to update before finding a menu item. r=mcomella 2014-08-06 15:15:00 -04:00
Jan Odvarko
563013a38a Bug 1038562 - Add API to register a new devtools theme. r=bgrins 2014-08-18 14:25:14 +02:00
vivek
42946dc766 Bug 1034261 - Disable saving videos as PDF. r=mcomella 2014-08-15 11:16:00 -04:00
Jordan Santell
d88de2bdd8 Bug 1025864 - Add observer updates when AudioParams change in the Web Audio Editor. r=vp, r=dcamp 2014-08-19 08:57:00 -04:00
Alexander Seleznev
f5f1ec737a Bug 1005855 - Add flipping for arrows in Bookmarks Menu on Windows and Linux (RTL locale). r=Gijs 2014-08-15 13:55:00 -04:00
Kartikaya Gupta
815ff1d66f Bug 1049887 - Ensure we properly restore the scissor rect state in the GL context after running Java code. r=snorp
The C++ GLContext wrapper doesn't know about the changes to the GL state that the
Java code does, so Java must be careful to restore the GL state to the way
it was. The ScopedGLState RAII code doesn't quite accomplish this because of caching
in the C++ GLContext wrapper, so we have to do this directly from Java code.
2014-08-20 10:38:51 -04:00
Ed Morley
a04736e627 Merge mozilla-central and fx-team 2014-08-20 15:18:31 +01:00
Ed Morley
30ed9ba40d Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
Ed Morley
83a5064ff2 Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-20 14:46:55 +01:00
Ed Morley
636cd76343 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-20 14:26:11 +01:00
B2G Bumper Bot
3f3d12b31b Bumping manifests a=b2g-bump 2014-08-20 02:56:30 -07:00
B2G Bumper Bot
6828c9cbd1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/03a4bc3b7d10
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #23064 from mnjul/bug_1055908_add_missing_test_for_1035117

Bug 1055908 - Add missing unit-tests for bug 1035117. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/524d27f447db
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1055908 - Add missing unit-tests for bug 1035117
2014-08-20 02:50:32 -07:00
B2G Bumper Bot
f6209c3fd1 Bumping manifests a=b2g-bump 2014-08-20 02:26:23 -07:00
B2G Bumper Bot
97acd60f04 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8974079e1168
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #23068 from viorelaioia/bug_1055951

Bug 1055951 - [Flame][v2.1] test_settings_wifi.py :: Element cannot be f...

========

https://hg.mozilla.org/integration/gaia-central/rev/7dbf664df58e
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1055951 - [Flame][v2.1] test_settings_wifi.py :: Element cannot be found and cannot connect to specific network failed

========

https://hg.mozilla.org/integration/gaia-central/rev/38a3ade25fde
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23016 from gasolin/issue-973449

Bug 973449 - [settings] refactor Do not track panel with AMD pattern, r=eragon

========

https://hg.mozilla.org/integration/gaia-central/rev/77681751a267
Author: gasolin <gasolin@gmail.com>
Desc: Bug 973449 - [settings] refactor Do not track panel with AMD pattern
2014-08-20 02:20:31 -07:00
Makoto Kato
8894cd9e6a Bug 1049379 - Remove dangerous public destructor into mobile/android. r=nchen 2014-08-20 18:11:00 +09:00
B2G Bumper Bot
1595fd4d93 Bumping manifests a=b2g-bump 2014-08-20 01:52:01 -07:00
Randell Jesup
cf1cedb73a Bug 1052169: Ignore decode-complete callbacks during OMX decoder shutdown r=jhlin 2014-08-20 04:39:44 -04:00
John Daggett
6a8be967a3 Bug 1055931 - bump up priority of Hiragino Kaku Gothic for symbol fallback. r=mkato 2014-08-20 16:54:38 +09:00
John Daggett
ac15ab77f4 Bug 975744 - unprefix font-feature-settings and font-language-override in tests. r=jfkthame 2014-08-20 16:54:37 +09:00
John Daggett
80c7dbced9 Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
John Daggett
2e46cd0be1 Bug 1041951 - reftests for font-variant shorthand. r=jfkthame 2014-08-20 16:54:33 +09:00
John Daggett
e3b482b889 Bug 1041951 - adjust devtools tests for font-variant as a shorthand. r=mratcliffe 2014-08-20 16:54:31 +09:00
John Daggett
e798768265 Bug 1041951 - fix SMIL tests that create a psuedo computed style for shorthands. r=birtles
The 'font-variant' property is now a shorthand, so the set of longhand values affected is different from before. Switch the test to set the longhand property for the 'small-caps' value.
2014-08-20 16:54:29 +09:00
John Daggett
35ca879eb7 Bug 1041951 - rework computed value of font-variant to support only 2.1 values. r=dbaron 2014-08-20 16:54:27 +09:00
John Daggett
784d03c63a Bug 1041951 - parse font-variant as a shorthand for font feature subproperties. r=dbaron 2014-08-20 16:54:25 +09:00
B2G Bumper Bot
f56303339b Bumping manifests a=b2g-bump 2014-08-20 00:16:27 -07:00
B2G Bumper Bot
2005289879 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1047276 - [Vertical Home-screen] Change in position of smart collect...

========

https://hg.mozilla.org/integration/gaia-central/rev/77c25b87768c
Author: crdlc <crdlc@tid.es>
Desc: Bug 1047276 - [Vertical Home-screen] Change in position of smart collections in default-Homescreen json doesnt reflect on screen
2014-08-20 00:10:31 -07:00
Nigel Babu
d074be59bd Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage 2014-08-20 12:19:36 +05:30
Brian Hackett
63ed4cf7b0 Bug 934450 - Allow objects to have copy on write elements, r=billm,jandem. 2014-08-19 22:25:37 -08:00
Kyle Machulis
324ae33c35 Backed out 82bed38ff50a (bug 900551, bug 1015518, bug 846200) due to marionette webapi test bustage on ICS Emulator 2014-08-19 22:33:36 -07:00
Jeff Walden
9e2122cead Bug 1054426 - Make Object.assign skip null/undefined source arguments if any are passed, to match not-yet-drafted semantics agreed upon in TC39 meeting minutes. Also fixes Facebook bustage. r=mjrosenb over IRC a=nigelb,facebookbustage 2014-08-19 22:10:20 -07:00
Nick Thomas
49fdafb401 Bug 1049930, add in-tree files for dolphin on master, r=catlee DONTBUILD 2014-08-20 16:22:21 +12:00
Kyle Machulis
3405fcc619 Backed out c4c490f3b301, previous backout of bug 900551, bug 1011518, bug 846200, now fixed by bug 1055898 (51afb4de4a25) 2014-08-19 21:05:50 -07:00
Wes Kocher
2a3d772b1d Merge m-c to fx-team a=merge 2014-08-19 18:27:47 -07:00
Wes Kocher
db3ae85941 Backed out changeset 80bf024e03d6 (bug 1054920) for robocop-5 and S4 orange 2014-08-19 18:09:09 -07:00
Mark Finkle
c1c119cf9b Bug 1054920 - Do not allow casting UI to appear if the video is an unsupported format r=wesj 2014-08-19 19:34:29 -04:00
Brian Nicholson
03a8bbb6d3 Bug 1054537 - Change restoreLastSession to use Task.async. r=wesj 2014-08-19 16:28:54 -07:00
Wes Johnston
6df18c7e11 Bug 1052254 - Disable wyciwyg urls in guest mode. r=rnewman 2014-08-19 16:09:33 -07:00
B2G Bumper Bot
8a736e112b Bumping manifests a=b2g-bump 2014-08-19 15:47:01 -07:00
B2G Bumper Bot
db4ce92bd0 Bumping manifests a=b2g-bump 2014-08-19 14:53:22 -07:00
B2G Bumper Bot
f825a3cc3a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0aa0d2ae3f0e
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #23050 from nullaus/bug1055228

bug 1055228 - Add download notification icon for states other than "down...

========

https://hg.mozilla.org/integration/gaia-central/rev/02002c395d85
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1055228 - Add download notification icon for states other than "downloading" and use it. r=qDot

========

https://hg.mozilla.org/integration/gaia-central/rev/e9c7fb71fdaf
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #22543 from jimporter/ringtones-mimetype

Bug 1045186 - [B2G][Ringtones] The user can not share ringtone through MMS

========

https://hg.mozilla.org/integration/gaia-central/rev/09e4910acb8e
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 1045186 - [B2G][Ringtones] The user can not share ringtone through MMS
2014-08-19 14:53:11 -07:00
Wes Kocher
b44b024b88 Backed out 8 changesets (bug 1015518, bug 900551, bug 1011518, bug 846200) for build bustage
Backed out changeset 59eb7edaa6ed (bug 1015518)
Backed out changeset 04a531d5647e (bug 1011518)
Backed out changeset 9ac939654549 (bug 1011518)
Backed out changeset 2f707489d892 (bug 900551)
Backed out changeset f2a0a448e563 (bug 900551)
Backed out changeset f130f54ea09a (bug 900551)
Backed out changeset 9d38e8901847 (bug 846200)
Backed out changeset 744da032a2de (bug 846200)
2014-08-19 14:49:02 -07:00
Mike Conley
72420563c2 Bug 961362 - DOM Fullscreen API support for e10s. r=smaug,billm. 2014-08-19 16:58:00 -04:00
Kyle Machulis
fe7068249e Bug 1015518 - Update users of settings observer message field to use boolean; r=gene 2014-08-19 13:43:58 -07:00
Kyle Machulis
1879d0b8c2 Bug 1011518 - Fix SettingsService mochitests; r=bent 2014-08-19 13:43:58 -07:00
Kyle Machulis
07874a229d Bug 1011518 - Use SettingsRequestManager as SettingsService Backend; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
4ea1aae7ab Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-19 13:43:57 -07:00
Kyle Machulis
8ffaeb298b Bug 900551 - Add new permission for wallpaper setting; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
1221c808f3 Bug 900551 - Settings API OOP; r=bent 2014-08-19 13:43:57 -07:00