Dave Camp
6e8824e9c0
Bug 983331 - The debugger server protocol should describe itself. r=gozala
2014-04-17 16:25:07 -07:00
Florian Quèze
59816ca5ee
Bug 993495 - Update WebRTC UI and add test, r=felipe.
2014-04-18 00:37:59 +02:00
Patrick Brosset
763657a529
Bug 997622 - Expand all descendant nodes on alt-click in markup-view; r=jwalker
2014-04-17 23:39:29 +02:00
Michael Comella
d717ebb588
Bug 965548 - Part 8: Guard toolbar views at runtime so tablets do not break. r=bnicholson
2014-04-17 14:09:43 -07:00
Michael Comella
ab2e8ab494
Bug 965548 - Part 7: Remove unused members and class variable prefixes. r=lucasr
2014-04-17 13:34:12 -07:00
Michael Comella
4927863f2e
Bug 965548 - Part 6: Improve readability for BrowserToolbar.start/stopEditing methods. r=lucasr
2014-04-17 13:34:12 -07:00
Michael Comella
67f35885d2
Bug 965548 - Part 5: Shrink the url bar on appropriate phones. r=lucasr
2014-04-17 13:34:12 -07:00
Michael Comella
04ff86d4df
Bug 965548 - Part 4: Rename url bar right edge to translating edge. r=lucasr
...
--HG--
rename : mobile/android/base/resources/drawable/url_bar_right_edge.xml => mobile/android/base/resources/drawable/url_bar_translating_edge.xml
2014-04-17 13:34:12 -07:00
Michael Comella
4b55d56ec4
Bug 965548 - Part 3: Add cancel button for phone layout. r=bnicholson
2014-04-17 13:34:12 -07:00
Michael Comella
8a4c9264f6
Bug 965548 - Part 2.5: Make Themed* processing more robust. r=bnicholson
2014-04-17 13:34:11 -07:00
Michael Comella
7815f7e61e
Bug 965548 - Part 2: Add "cancel" string. r=bnicholson
2014-04-17 13:34:06 -07:00
Michael Comella
b8c78eaa28
Bug 965548 - Part 1: Add close button image assets. r=bnicholson
2014-04-17 13:33:57 -07:00
Robert Strong
0a61277a7e
Bug 798903 - Stub installer should use Segoe UI and other newer UI fonts as appropriate when they are available. r=tabraldes
2014-04-17 13:14:50 -07:00
Gijs Kruitbosch
9326c9e8d8
Bug 997825 - fix the broken unicorn, r=jaws
...
--HG--
extra : rebase_source : d4b14ce594c0e687c9c3887629fbce4e4c816013
2014-04-17 20:11:52 +01:00
Nick Alexander
5c164c923e
Bug 960640 - Make finding Android build-tools future-proof. r=glandium
...
This lists the directories in build-tools/*, sorts them by
version (favouring new-style 'android-*' directories), and then takes
the newest version in which aapt exists.
2014-04-17 12:07:26 -07:00
Nick Alexander
912a5c0cf2
Bug 986664 - Make Android FxAccountClient* HAWK requests always include request payload hash. r=rnewman
...
Relanding with correct bug number.
2014-04-17 12:04:17 -07:00
Nick Alexander
ea420338b4
Backed out changeset c0e6f3b758b4 (bug 985766) for landing with wrong bug number.
2014-04-17 12:02:43 -07:00
Nick Alexander
4d5d9d2941
Bug 962622 - Work around Android pre-v12 rounded corners bug. r=rnewman
...
========
08f022b134
Author: Nick Alexander <nalexander@mozilla.com>
Bug 962622 - Work around Android pre-v12 rounded corners bug.
This is discussed at http://stackoverflow.com/a/12505934 and tracked at
http://code.google.com/p/android/issues/detail?id=9161 .
2014-04-15 18:04:06 -07:00
Nick Alexander
9e2c54c66d
Bug 975013 - Pad and correctly size show/hide password button. r=rnewman
...
========
c6509b8ed9
Author: Nick Alexander <nalexander@mozilla.com>
Bug 975013 - Part 3: Make show/hide password button size not depend on its state.
========
3107ed8bbc
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Apr 15 16:42:38 2014 -0700
Bug 975013 - Part 2: Extract FxAccountShowHidePasswordButton style.
========
e012cac483
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Apr 15 16:25:18 2014 -0700
Bug 975013 - Part 1: Add horizontal padding to show/hide password button.
2014-04-15 16:54:21 -07:00
Nick Alexander
0ff333417d
Bug 996843 - Autocomplete email addresses in Android Firefox Accounts sign-up/sign-in. r=rnewman
...
========
c41a37fad3
Author: Nick Alexander <nalexander@mozilla.com>
Bug 996843 - Part 2: Populate email autocomplete list in onResume.
========
418b103991
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Apr 15 15:15:41 2014 -0700
Bug 996843 - Part 1: Make email an AutoCompleteTextView.
2014-04-15 15:16:15 -07:00
Nick Alexander
e43493cbed
Bug 973529 - Fix FxAccount activity layout and gravity on Android tablets. r=rnewman
...
========
dfae76b630
Author: Nick Alexander <nalexander@mozilla.com>
Bug 973529 - Fix FxAccount activity layout and gravity on Android tablets.
2014-04-10 14:17:06 -07:00
Nick Alexander
086431af3b
Bug 996749 - Kill PrefsSource. r=rnewman
...
========
6ced7b05cd
Author: Nick Alexander <nalexander@mozilla.com>
Bug 996749 - Part 3: Finally kill PrefsSource.
========
b37547fbd8
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Apr 15 10:47:11 2014 -0700
Bug 996749 - Part 2: Remove storageEndpoint from FxAccountGlobalSession constructor.
This is just a separation of concerns: let's inject our dependency as
configured as possible.
========
42e8fe761f
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Apr 14 12:30:21 2014 -0700
Bug 996749 - Part 1: Remove debugAssertion.
This is no longer valuable, since we're not getting timestamp HAWK
errors from the server.
2014-04-15 10:59:00 -07:00
Nick Alexander
acb00db975
Bug 985766 - Always include payload verification hashes in FxAccountClient* requests. r=rnewman
...
========
130f1a5d52
Author: Nick Alexander <nalexander@mozilla.com>
Bug 985766 - Part 4: Explain why we do not include payload verification hashes in Sync storage endpoint requests.
========
5cb1211b48
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Apr 8 11:19:03 2014 -0700
Bug 985766 - Part 3: Always include payload verification hashes in FxAccountClient* requests.
========
616193c436
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Apr 8 11:18:10 2014 -0700
Bug 985766 - Part 2: Don't include payload verification to non-enclosing HAWK requests.
========
c0c032db09
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu Apr 3 11:05:30 2014 -0700
Bug 985766 - Part 1: Remove little-used HawkAuthHeaderProvider constructor.
2014-04-08 11:19:37 -07:00
Eddy Bruel
655b943dd2
Bug 859372 - Refactor DevToolsUtils.js;r=past
2014-04-17 20:47:28 +02:00
Eddy Bruel
06b91b41d4
Bug 859372 - Provide Debugger constructor as a built-in module;r=past
2014-04-17 20:45:32 +02:00
Brian Nicholson
174e9e2458
Bug 995741 - Restore tabs after crash. r=mfinkle
2014-04-17 10:51:06 -07:00
Dave Townsend
e94e69db40
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 10:27:03 -07:00
Dave Townsend
3306c4eb68
Backing out bug 993029 due to Win8 debug test failures. CLOSED TREE
2014-04-17 10:20:49 -07:00
Wes Johnston
644fa771f8
Bug 997406 - Take into account padding when deciding whether to show Share icon. r=liuche
2014-04-17 09:44:51 -07:00
Dave Townsend
9a9a5b00fc
Bug 993533: Add remote add-ons to the list of targets on a remote device. r=panos
2014-04-17 08:35:20 -07:00
Dave Townsend
d79165435b
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 08:23:42 -07:00
Georg Fritzsche
a5cb1d787d
Bug 989137 - Part 18: Fix experiments uninit behavior. r=bsmedberg
2014-04-17 15:47:37 +02:00
Georg Fritzsche
3547ef943a
Bug 989137 - Part 17: Add browser chrome testing of Experiments. r=unfocused,gfritzsche
2014-04-17 15:47:37 +02:00
Georg Fritzsche
e5beacaa6b
Bug 989137 - Part 16: Convert browser_experiments.js to add_task. r=unfocused
2014-04-17 15:47:37 +02:00
Georg Fritzsche
45a81a1f65
Bug 989137 - Part 15: Return a promise from Experiments.init(). r=gfritzsche
2014-04-17 15:47:37 +02:00
Georg Fritzsche
473a9cbc89
Bug 989137 - Part 14: Rename functions for associating with Add-on Manager. r=gfritzsche
2014-04-17 15:47:37 +02:00
Georg Fritzsche
fc857b817b
Bug 989137 - Part 13: Ability to ignore hashes of downloaded experiments. r=gfritzsche
2014-04-17 15:47:36 +02:00
Georg Fritzsche
e51bb9befc
Bug 989137 - Part 12: Refactor experiment and add-on state management. r=gfritzsche
2014-04-17 15:47:36 +02:00
Georg Fritzsche
c143ccc852
Bug 989137 - Backout re-ordered patches that conflict with a known-good patch stack: 1ab6bbd62c76, 5c3a195a107e, 73da7e611e92, 2c1a0b0551fb. r=me
2014-04-17 15:47:36 +02:00
Sebastian Hengst
11a56e49df
Bug 997625 - Sync panel: Checkbox for syncing passwords enabled (not disabled) while sync credentials need reauth r=ttaubert
2014-04-17 13:55:31 +02:00
Praveenkumar
19d6141301
Bug 996632 - Close tab' option from the tab context menu should be active for the last tab. r=dao
2014-04-17 03:26:00 +02:00
Carsten "Tomcat" Book
4a4d624b6a
Merge m-c to fx-team
2014-04-17 12:56:53 +02:00
Carsten "Tomcat" Book
064329fc1f
merge b2g-inbound to mozilla-central
2014-04-17 12:50:37 +02:00
Carsten "Tomcat" Book
4b062552c6
merge fx-team to mozilla-central
2014-04-17 12:49:25 +02:00
Carsten "Tomcat" Book
5f0487825c
merge mozilla-inbound ot mozilla-central
2014-04-17 12:47:30 +02:00
Erik Vold
51c83448d0
Bug 997561 - Uplift Add-on SDK to Firefox (CLOSED TREE) r=me
2014-04-17 02:07:49 -07:00
B2G Bumper Bot
17f71f2891
Bumping manifests a=b2g-bump
2014-04-17 00:32:32 -07:00
B2G Bumper Bot
1e3bbf24b4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/35bd8bfb0ee9
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #18353 from DimiL/master
Bug 996869 - Join hidden network gives error. r=crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/10195d72ddea
Author: dlee <dlee@mozilla.com>
Desc: Bug 996869 - Join hidden network gives error.
2014-04-17 00:25:45 -07:00
B2G Bumper Bot
2720fab023
Bumping manifests a=b2g-bump
2014-04-17 00:16:28 -07:00
B2G Bumper Bot
61d81a4088
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a1f704f12277
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #18403 from kaichih/Bug-996549
Bug 996549 - Wifi Hotspot settings SSID network name should NOT accept m...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b8e5f4e1c36
Author: Kevin Hu <kaichih.hu@gmail.com>
Desc: Bug 996549 - Wifi Hotspot settings SSID network name should NOT accept more than 32 chars
2014-04-17 00:10:41 -07:00