Commit Graph

178765 Commits

Author SHA1 Message Date
Dave Camp
598e3f8a4b Bug 983331 - The debugger server protocol should describe itself. r=gozala 2014-04-17 16:25:07 -07:00
Florian Quèze
443f66e86a Bug 993495 - Update WebRTC UI and add test, r=felipe. 2014-04-18 00:37:59 +02:00
Patrick Brosset
b96afb81d8 Bug 997622 - Expand all descendant nodes on alt-click in markup-view; r=jwalker 2014-04-17 23:39:29 +02:00
Michael Comella
d1c36bc9ae 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
dfcf1c909a Bug 965548 - Part 7: Remove unused members and class variable prefixes. r=lucasr 2014-04-17 13:34:12 -07:00
Michael Comella
62fd32ac15 Bug 965548 - Part 6: Improve readability for BrowserToolbar.start/stopEditing methods. r=lucasr 2014-04-17 13:34:12 -07:00
Michael Comella
a217a51447 Bug 965548 - Part 5: Shrink the url bar on appropriate phones. r=lucasr 2014-04-17 13:34:12 -07:00
Michael Comella
e7cce7639a 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
1850277416 Bug 965548 - Part 3: Add cancel button for phone layout. r=bnicholson 2014-04-17 13:34:12 -07:00
Michael Comella
1eedbb6691 Bug 965548 - Part 2.5: Make Themed* processing more robust. r=bnicholson 2014-04-17 13:34:11 -07:00
Michael Comella
311143944f Bug 965548 - Part 2: Add "cancel" string. r=bnicholson 2014-04-17 13:34:06 -07:00
Michael Comella
69fce29e28 Bug 965548 - Part 1: Add close button image assets. r=bnicholson 2014-04-17 13:33:57 -07:00
Robert Strong
f41a8e6342 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
1f68fac2d2 Bug 997825 - fix the broken unicorn, r=jaws
--HG--
extra : rebase_source : d4b14ce594c0e687c9c3887629fbce4e4c816013
2014-04-17 20:11:52 +01:00
Nick Alexander
fbe41e8746 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
a2cdec41a9 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
c142ddf606 Backed out changeset c0e6f3b758b4 (bug 985766) for landing with wrong bug number. 2014-04-17 12:02:43 -07:00
Nick Alexander
28bcbe9aa1 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
e9604417f4 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
ffd32d2897 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
8699e6667f 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
054440e00f 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
043cabc42e 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
3ae95900af Bug 859372 - Refactor DevToolsUtils.js;r=past 2014-04-17 20:47:28 +02:00
Eddy Bruel
8dab1a9299 Bug 859372 - Provide Debugger constructor as a built-in module;r=past 2014-04-17 20:45:32 +02:00
Brian Nicholson
aff54338d4 Bug 995741 - Restore tabs after crash. r=mfinkle 2014-04-17 10:51:06 -07:00
Dave Townsend
94635042ef 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
8d9237bdbb Backing out bug 993029 due to Win8 debug test failures. CLOSED TREE 2014-04-17 10:20:49 -07:00
Wes Johnston
b1524fb953 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
65e9c7a556 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
e52ab86767 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
bd0c2671d0 Bug 989137 - Part 18: Fix experiments uninit behavior. r=bsmedberg 2014-04-17 15:47:37 +02:00
Georg Fritzsche
c79f51a717 Bug 989137 - Part 17: Add browser chrome testing of Experiments. r=unfocused,gfritzsche 2014-04-17 15:47:37 +02:00
Georg Fritzsche
6603b85e60 Bug 989137 - Part 16: Convert browser_experiments.js to add_task. r=unfocused 2014-04-17 15:47:37 +02:00
Georg Fritzsche
2293939643 Bug 989137 - Part 15: Return a promise from Experiments.init(). r=gfritzsche 2014-04-17 15:47:37 +02:00
Georg Fritzsche
b626ada96a Bug 989137 - Part 14: Rename functions for associating with Add-on Manager. r=gfritzsche 2014-04-17 15:47:37 +02:00
Georg Fritzsche
66edbad45a Bug 989137 - Part 13: Ability to ignore hashes of downloaded experiments. r=gfritzsche 2014-04-17 15:47:36 +02:00
Georg Fritzsche
6f0f2c7b08 Bug 989137 - Part 12: Refactor experiment and add-on state management. r=gfritzsche 2014-04-17 15:47:36 +02:00
Georg Fritzsche
500abbb9fa 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
1cbe4ffff3 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
600a17b0a5 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
68c3dd1695 Merge m-c to fx-team 2014-04-17 12:56:53 +02:00
Carsten "Tomcat" Book
d82efc25b4 merge b2g-inbound to mozilla-central 2014-04-17 12:50:37 +02:00
Carsten "Tomcat" Book
c55de21cc3 merge fx-team to mozilla-central 2014-04-17 12:49:25 +02:00
Carsten "Tomcat" Book
3e5d12c5f8 merge mozilla-inbound ot mozilla-central 2014-04-17 12:47:30 +02:00
Erik Vold
497fc01b66 Bug 997561 - Uplift Add-on SDK to Firefox (CLOSED TREE) r=me 2014-04-17 02:07:49 -07:00
B2G Bumper Bot
a5a72e89fb Bumping manifests a=b2g-bump 2014-04-17 00:32:32 -07:00
B2G Bumper Bot
c76b85b4e8 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
7deb8764ab Bumping manifests a=b2g-bump 2014-04-17 00:16:28 -07:00
B2G Bumper Bot
b27d9cbb86 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