Commit Graph

164992 Commits

Author SHA1 Message Date
Timothy Nikkel
f23158ac10 Bug 963771. Remove code accidentally landed that was only ever intended for local debugging. 2014-01-26 16:50:31 -06:00
Timothy Nikkel
351bc2034d Bug 963771. Add a debug dump function to print a single display item (and not just an entire display list). r=mats 2014-01-26 16:09:14 -06:00
Timothy Nikkel
0fc171a5f8 Bug 962505. Put the scroll frame and the scrolled frame in the display list dump for scroll layer items. r=mats 2014-01-26 16:09:06 -06:00
Timothy Nikkel
99086f780b Bug 962505. When dumping display lists print the entire line at once so it works better with Fennec and b2g. r=mats 2014-01-26 16:07:08 -06:00
Timothy Nikkel
c323a2dea7 Bug 962443. Make layout frame tree dumping code work better for Fennec and b2g. r=mats 2014-01-26 16:07:02 -06:00
Steven Lee
23ec7b0ea4 Bug 952220 - Read blob on non-main thread. r=jesup 2014-01-23 15:41:29 +08:00
Andrew McCreight
3ca5e94a9f Bug 963312 - Get JS engine telemetry values from Components.utils, not nsIXPConnect. r=bholley,taras 2014-01-26 07:57:00 -08:00
Andrea Marchesini
8054b36c42 Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-26 12:35:17 +00:00
Andrea Marchesini
8ffa720383 Bug 620935 - __noSuchMethod__ support for WebIDL r=bz 2014-01-26 12:35:10 +00:00
Zack Weinberg
8207da1fc0 Bug 933885 part 4c: overhaul dom/encoding/test/unit/test_utf.js for correctness and efficiency. r=emk 2014-01-25 23:34:47 -05:00
Zack Weinberg
32dfa93f19 Bug 933885 part 4b: split test_singlebytes.js into misc tests and roundtrip tests. r=emk
--HG--
rename : dom/encoding/test/unit/test_singlebytes.js => dom/encoding/test/unit/test_misc.js
rename : dom/encoding/test/unit/test_singlebytes.js => dom/encoding/test/unit/test_utf.js
2014-01-25 23:34:31 -05:00
Zack Weinberg
21c652b77e Bug 933885, part 4a: partially merge encoding tests from upstream. r=emk 2014-01-25 23:32:26 -05:00
Zack Weinberg
2d0999178d Bug 933885 part 3: remove wholly redundant dump()s from the W3C testharness.js shim in dom/encoding/test/unit. r=gps 2014-01-25 23:27:11 -05:00
Zack Weinberg
913fd65d96 Bug 933885 part 2b: runxpcshelltests.py: prevent invalid UTF-8 from being written to test log files. r=gps 2014-01-25 23:27:11 -05:00
Zack Weinberg
ea85d8f1e0 Bug 933885 part 2a: remove fake JSON parser from runxpcshelltests.py (Python 2.6 now being required). r=gps 2014-01-25 23:27:11 -05:00
Zack Weinberg
098b7dc5c7 Bug 933885 part 1: make xpcshell dump() and print() handle non-ASCII characters correctly. r=bz 2014-01-25 23:27:11 -05:00
Phil Ringnalda
0c4f1faf22 Merge m-c to m-i 2014-01-25 19:59:21 -08:00
Phil Ringnalda
f0d4035b25 Merge b-i to m-c 2014-01-25 19:58:13 -08:00
Phil Ringnalda
7cb58aa799 Merge m-i to m-c 2014-01-25 19:55:19 -08:00
Tim Taubert
57df2ac88c merge m-c to fx-team 2014-01-26 04:07:05 +01:00
Andrea Marchesini
841f2c538c Bug 931887 - No getter_AddRefs for loadInfo.mChannel because HttpChannelChild is not thread-safe, r=bz 2014-01-26 00:16:46 +00:00
Tim Taubert
580a1c88ad Bug 957436 - [Australis] Follow-up to fix leaks caused by calling uninit() without calling init() before r=bustage 2014-01-25 22:02:18 +01:00
Darrin Henein
2291af223e Bug 960528 - Removed dotted outline from richlistbox as used in the Places modal -> Downloads list. r=dao 2014-01-25 17:14:08 +01:00
Malintha Fernando
e7230596d0 Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao 2014-01-25 17:12:20 +01:00
Tim Taubert
340720c6ec Bug 957436 - [Australis] Show doorhanger for first fxa-based sync r=markh 2014-01-25 16:19:07 +01:00
Tim Taubert
9484bce121 Bug 962729 - Follow-up fix to fix undefined fxAccounts symbol r=me 2014-01-25 16:36:04 +01:00
B2G Bumper Bot
a4db04e5da Bumping manifests a=b2g-bump 2014-01-25 07:17:47 -08:00
B2G Bumper Bot
080a230b37 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0284cd20f534
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #15068 from comoyo/newkb_tests

Bug 956169 - Unit tests for new keyboard r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/9696edd8d247
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 956169 - Unit tests for shiftkey.js and doublespace.js

========

https://hg.mozilla.org/integration/gaia-central/rev/026a9cb9501a
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #15240 from davidflanagan/bug956170

Bug 956170: implement new visuals for refactored keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/71a8be226d2d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 956170: implement new visuals for refactored keyboard

visual tweaks based on review comments
2014-01-25 07:17:38 -08:00
Vivien Nicolas
81d8400510 Bug 963553 - Prevent IndexedDBHelper.jsm to throw an error if there is no callbacks. r=anygregor 2014-01-25 16:13:04 +01:00
Andreas Gal
7312c06878 Bug 961505 - use the mid-point as boundary for xhdpi and beyond as well. r=fabrice 2014-01-25 13:21:01 +01:00
ffxbld
eaedbfa037 No bug, Automated blocklist update from host bld-linux64-ec2-341 - a=blocklist-update 2014-01-25 03:17:21 -08:00
ffxbld
b5cf19e90e No bug, Automated HSTS preload list update from host bld-centos6-hp-006 - a=hsts-update 2014-01-25 03:14:57 -08:00
Phil Ringnalda
f72acf3b90 Bug 963885 - Disable mozdevice tests in make check until we can address they way they cause builds to be RETRYed 2014-01-24 19:36:32 -08:00
Ryan VanderMeulen
79055e66f0 Backed out changeset f3c055585a4f (bug 843857) for B2G mochitest bustage. 2014-01-24 17:19:52 -05:00
Ryan VanderMeulen
f9b09db3f5 Merge b2g-inbound to m-c. 2014-01-24 17:10:15 -05:00
Ryan VanderMeulen
c07f60fdce Merge fx-team to m-c. 2014-01-24 17:00:09 -05:00
Ryan VanderMeulen
e429675ccf Merge inbound to m-c. 2014-01-24 16:51:04 -05:00
Gregory Szorc
2130cc9d04 Bug 947596 - Install RBTools from Git; r=mconley
RBTools as released on PyPI has a number of bugs and deficiencies with
the Mercurial implementation. These have been fixed in an unreleased
version of RBTools.

Until RBTools with the desired patches is released to PyPI, we will
install RBTools direct from its source repository.

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 8fe09b80d8dd5583ba957b4525563cde678b3b3d
extra : amend_source : b41e0d492ff7d1f78bd0462782459c3dc8e95041
2014-01-24 13:06:30 -08:00
Ehsan Akhgari
1dd2ba8a1a Bug 963763 - Fix the test case for bug 612271 so that it doesn't depend on the mouse not hovering the textarea on Windows; r=roc 2014-01-24 16:05:52 -05:00
Ehsan Akhgari
ae74ae277c Bug 963760 - Fix the test for bug 682712 to not rely on a mouse click to set the focus on body; r=roc 2014-01-25 11:59:34 -05:00
Martyn Haigh
8cd9011a43 Bug 957070 - move webapp event listeners/handlers from GeckoAppShell to webapp/ class; r=wesj
--HG--
rename : mobile/android/base/webapp/WebAppAllocator.java => mobile/android/base/webapp/Allocator.java
rename : mobile/android/base/webapp/WebAppDispatcher.java => mobile/android/base/webapp/Dispatcher.java
extra : rebase_source : a7e66abdf7738d1ae96a167bf6df7a58c208efa1
2014-01-24 21:57:13 -08:00
Martyn Haigh
cec6ac53c5 bug 957059 - Refactor isCorrectManifest function to not match querystring and beyond in provided URLs; r=wesj
--HG--
extra : rebase_source : b9c647f1df91ab11f9041f3a9334efd9f8af9e43
2014-01-24 21:14:54 -08:00
Martyn Haigh
cfaaad5e71 bug 957057 - refactor import in browser.js to make code easier to understand; r=wesj
--HG--
extra : rebase_source : 4014c863adc713de80975cafef81cdae00f5d09d
2014-01-24 21:12:08 -08:00
Myk Melez
41ba2a06ba Bug 962790 - ensure registryReady before calling DOMApplicationRegistry methods; r=wesj
--HG--
extra : rebase_source : 9dd0d855065a5d587f1344f023c855eb8593205d
2014-01-24 21:05:07 -08:00
Martyn Haigh
3cbf8b2cf6 bug 957062 - Pass APK download error back to webpage; r=wesj
--HG--
extra : rebase_source : 6428fc64176d1e0e31ebd5026fdb51e781ac4937
2014-01-24 21:02:27 -08:00
Myk Melez
b90e038e9c bug 962858 - bypass native installation during automated tests; r=mfinkle,fabrice
--HG--
extra : rebase_source : bf4a585b4f7bee784d36a7338ba1f592bdedae94
2014-01-24 20:51:30 -08:00
Tim Taubert
d387beba5c Bug 960903 - Fix browser_bug817947.js test failure on a CLOSED TREE
From b68e6edbb3836e79f7dcd6635b0a9327df76c89f Mon Sep 17 00:00:00 2001
2014-01-24 21:09:47 +01:00
Kyle Machulis
e349088adf Bug 843857: Fix connection error handling in UnixSocket; r=tzimmermann 2014-01-24 12:06:40 -08:00
Richard Newman
184545de5e Merge m-c to s-c. 2014-01-24 11:59:00 -08:00
Ghislain 'Aus' Lacroix
a72a09929b Bug 957592. Expose download API properties based on permission. r=bz 2014-01-24 11:53:05 -08:00