L. David Baron
dfeaacc718
Bug 976777: Truncate long source lines in script errors before sending them to the parent process. r=bent
...
This fixes an out-of-memory foreground-tab crash that I could reliably
reproduce on a 256MB Firefox OS phone, and I think also significantly
reduces the number of background tabs I'm seeing killed due to low
memory.
2014-03-04 20:13:19 -08:00
L. David Baron
ee3d9471bc
Fix merge error between bug 872273 (changeset 46df3fd9b0dc) and bug 946065 (changeset 243259fda9ab) and move this test to the directory where it's listed in mochitest.ini so it will actually be run. No review.
...
Bug 979640 is filed on making this mistake harder.
--HG--
rename : content/xbl/test/test_bug872273.xhtml => dom/xbl/test/test_bug872273.xhtml
2014-03-04 20:13:19 -08:00
Jim Blandy
b789a57871
Bug 800200: Print a deprecation warning to the console when JSD is first used. r=bholley
2014-03-04 20:09:15 -08:00
Matthew Gregan
008bca7069
Bug 979100 - Refactor MediaSource's EndOfStream. r=cajbir
2014-03-05 16:35:47 +13:00
Matthew Gregan
569e29ee6e
Bug 979099 - Refactor MediaSource's IsTypeSupported. r=cajbir
2014-03-05 16:35:47 +13:00
Matthew Gregan
db37ba47ff
Bug 979096 - Rename PR_LOG uses to MSE_LOG in content/media/mediasource. r=cajbir
2014-03-05 16:35:46 +13:00
Andrea Marchesini
aae5561a7c
Bug 966054 - MessagePort should use StructuredCloneBuffer as internal member, r=smaug
2014-03-05 03:28:20 +00:00
Andrea Marchesini
66a700605d
Bug 979109 - termination string check in Console.cpp, r=smaug
2014-03-05 03:22:32 +00:00
Sam Foster
7c5a36a08e
Bug 967793 - Add test for download notification behavior when the current tab gets closed. r=azasypkin
2014-03-04 19:16:08 -08:00
Sam Foster
01554d95c0
Bug 967793 - move all download notifications to next tab when current tab gets closed. r=mbrubeck
2014-03-04 19:16:08 -08:00
Sam Foster
4d7220983c
Bug 967793 - Add tests for metro notification bindings and adoptNotification method. r=azasypkin
2014-03-04 19:16:07 -08:00
Sam Foster
08687cfaaa
Bug 967793 - Move CAO adjustment of notificationbox padding into CSS via a navbar=visible broadcaster. r=mbrubeck
2014-03-04 19:16:07 -08:00
Sam Foster
735cf773b0
Bug 967793 - extended notification binding to provide child element support for the notification label. r=mbrubeck
2014-03-04 19:16:07 -08:00
Sam Foster
3588bcfc85
Bug 974413 - Call Tab's updateViewport when a notification is closed. r=mbrubeck
2014-03-04 19:16:07 -08:00
Gijs Kruitbosch
5fd079ab5d
Bug 959640 - add icons to enable SDK add-ons to show default icon in Australis, rs=jaws,various-real-life-review+s
2014-03-04 22:11:46 -05:00
Gijs Kruitbosch
d2d9316d51
Bug 979587 - attempt to fix sidebar opening from Australis bookmarks menu, r=mconley
...
--HG--
extra : rebase_source : 8d0d3ca939b8f7327da50b5cf52327e3a37d19fa
2014-03-04 21:46:32 -05:00
Brian Grinstead
f57850a595
Bug 979864 - [markup view] After selecting a node using the picker button, the hover background is used until hovering the markup view;r=pbrosset
2014-03-05 08:44:47 -06:00
Gijs Kruitbosch
1aad1ac675
Bug 978447 - fix Australis' bookmarks menu hover and active style some more, r=bwinton
2014-03-05 09:17:49 -05:00
Jim Chen
509a8a56c8
Bug 975436 - Catch ClassCastException in ANRReporter. r=blassey
2014-03-05 09:05:21 -05:00
Christopher Su
f200495f75
Bug 943629 - Remove unnecessary comment in Tabs. r=mcomella
2014-03-05 09:05:07 -05:00
Ehsan Akhgari
258b9a4469
Bug 979681 - Correctly handle SOURCES.flags for sources with relative paths in them; r=glandium
2014-03-04 21:36:16 -05:00
Jed Davis
f6ffcce7a8
Bug 946407 - Disable sandbox when DMDing. r=njn r=kang
...
See also bug 956961.
2014-03-04 18:27:14 -08:00
Jed Davis
906a754859
Bug 946407 - Reimplement DumpMemoryInfoToTempDir in terms of GetReports. r=njn
...
This winds up exposing things in the nsIMemoryReporterManager interface
that arguably don't belong at that level of abstraction -- "minimize
memory usage first" and DMD -- in order to take advantage of the
infrastructure that GetReports already has for managing the child
processes.
2014-03-04 18:27:13 -08:00
Wes Kocher
1b6419575b
Backed out changeset f814a1a08de6 (bug 865241) for failing at least once per push since the test landed
2014-03-04 18:22:18 -08:00
William Chen
aea72816f8
Bug 901319 - Implement HTML spec change to Adoption Agency Algorithm to not reverse the order of nodes in the document, by removing nodes that we're not recreating from the stack of open elements. r=hsivonen
2014-03-04 18:06:15 -08:00
Gregory Szorc
800b9acdc1
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
--HG--
extra : amend_source : cb6b9bf91e57569c8be312d3c16fef69b2b0b950
2014-03-04 17:48:50 -08:00
Ryan VanderMeulen
2dc1e91c77
Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
...
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gijs Kruitbosch
c0977f17f2
Bug 972286 - fix negation issue in Australis panel detection CSS, r=MattN
...
--HG--
extra : rebase_source : 683cc6d9b6482647b7a3227d5d77785ef53944e2
2014-03-05 13:17:29 -05:00
Gregory Szorc
73017e8d17
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
--HG--
extra : rebase_source : 8c64986169064401951585c07deadada8c905550
2014-03-04 17:48:50 -08:00
Matt Brubeck
ba3cdcb090
Bug 972844 - Add a Maybe Later link on about:feedback intro [r=mfinkle]
2014-03-04 16:58:33 -08:00
Botond Ballo
390740c5a5
Bug 978840 - Calculate displayport based on up-to-date scrollable rect on first paint. r=tn
...
--HG--
extra : rebase_source : b370dd7d139f41d6da41c464fa700c9ecfd212c4
2014-03-04 19:02:37 -05:00
Richard Newman
eea1085ad4
Bug 966143 - Don't attempt to process a malformed password record. r=nalexander
2014-03-04 14:38:11 -08:00
Jared Wein
a014dcaea3
Bug 940133 - Australis: Invert icons in the tabstrip and menubar on Windows Classic. r=MattN
2014-03-04 17:26:49 -05:00
Ryan VanderMeulen
230ec65231
Merge m-c to fx-team.
2014-03-04 17:24:28 -05:00
Ryan VanderMeulen
991cf68d46
Merge inbound to m-c.
2014-03-04 17:12:58 -05:00
Ryan VanderMeulen
aece467056
Merge b2g-inbound to m-c.
2014-03-04 16:37:41 -05:00
Gijs Kruitbosch
b27f1072ce
Bug 972286 - switch to attributes instead of classes for overflowedItem and for the Australis panel subview anchor, r=MattN
...
--HG--
extra : rebase_source : 5645e31d32f2707ba1ccb4e30854a570bfea7232
2014-03-04 14:38:33 -05:00
Victor Porof
2430ef4e17
Bug 957952 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/netmonitor/test/browser_net_timing-division.js | There should be at least one division on the seconds time scale, r=rcampbell
2014-03-04 14:15:52 -05:00
Lars T Hansen
e90b11e2d9
Bug 979139 - Add necessary guards to TypedObject tests. r=mjrosenb
2014-03-04 13:51:37 -05:00
Nils Ohlmeier [:drno]
295af74d3b
Bug 977933 - Temporarily increase WebRTC logging for tests to help catching intermittent test failures. r=jesup
2014-03-04 13:51:37 -05:00
Kent James
6397b2c087
Bug 977736 - Rewind stream early in DoAuthRetry. r=honzab
2014-03-04 13:51:37 -05:00
Nils Ohlmeier [:drno]
3d1400270b
Bug 976182 - Handle initial ICE connection state failed in tests properly. r=bwc
2014-03-04 13:51:37 -05:00
Mike Connor
00f563d4bf
Bug 951465 - update Google/Yahoo/Wikipedia icons to have better icon sizes, r=mbrubeck
...
--HG--
extra : rebase_source : efb549ba444df8c03a8c11979a7c8a40ad47469a
2014-03-04 13:37:20 -05:00
Mike Connor
ed7beadc82
Bug 979405 - bing pc and form codes are incorrect, r=mbrubeck
...
--HG--
extra : rebase_source : a24da9c87e728ef2532c4b963f5103f591504569
2014-03-04 13:36:00 -05:00
Ryan VanderMeulen
3581e03a18
Bug 979446 - Disable dom/downloads tests on B2G for frequent timeouts.
2014-03-04 13:38:18 -05:00
Ryan VanderMeulen
42f88e72ba
Bug 970052 - Disable browser_URLBarSetURI.js on debug Linux and OSX due to frequent timeouts.
2014-03-04 13:38:18 -05:00
Chenxia Liu
a82e0e66bd
Bug 942878 - Part 2: Add panel to settings. r=lucasr
2014-03-04 10:31:38 -08:00
Chenxia Liu
f74c00144d
Bug 942878 - Part 1: Expose public method for adding panels to HomeConfig. r=lucasr
2014-03-04 10:31:38 -08:00
Chenxia Liu
7372b0819f
Bug 942878 - Part 0: Add final modifier to GeckoPreferences. r=lucasr
2014-03-04 10:31:37 -08:00
Eitan Isaacson
268c4aefec
Bug 978119 - [AccessFu] Increase haptic pattern to something noticeable. r=MarcoZ
2014-03-04 10:27:17 -08:00