James Graham
104b8ea183
Bug 1016916 - Add a 'structlog format' command for formatting logfiles, r=wlach
...
This replaces the __main__ sections in the formatters
2014-06-16 12:53:48 +01:00
Carsten "Tomcat" Book
557fbefc57
Backed out changeset 1f21c62b41eb (bug 330964) for emulator opt reftest-12 test failures
2014-06-16 13:09:21 +02:00
Carsten "Tomcat" Book
d4b927afae
Backed out changeset 248103817c8b (bug 330964)
2014-06-16 13:08:53 +02:00
Carsten "Tomcat" Book
c1824929e5
Backed out changeset d70b7473bff7 (bug 330964)
2014-06-16 13:08:51 +02:00
Carsten "Tomcat" Book
fcc3f1075d
Backed out changeset b662e2341b4a (bug 330964)
2014-06-16 13:08:46 +02:00
Hannes Verschore
a472b6607e
Bug 1020364. Typo to fix bustage on CLOSED TREE. r=bustage
2014-06-16 12:48:13 +02:00
Sushant Dinesh
d563f01228
Bug 1020364. Change parallel_compilation to offthread_compilation to prevent confusion. r=h4writer.
2014-06-16 12:05:12 +02:00
Jon Coppeard
6140e80291
Bug 988486 - Make more GCRuntime state private and add accessors r=terrence
2014-06-16 10:40:44 +01:00
Jon Coppeard
38d8b6c291
Bug 1025010 - Clear the store buffer on collection if nursery empty r=terrence
2014-06-16 10:40:43 +01:00
Jon Coppeard
54f4ad9fb1
Bug 1024944 - Replace v8 benchmarks with octane r=terrence
2014-06-16 10:40:43 +01:00
Olli Pettay
9ecc91cacc
Bug 998809 - WidgetEvent::typeString is not always set correctly, r=masayuki
2014-06-16 12:08:29 +03:00
Carsten "Tomcat" Book
f2239c4b7e
Backed out changeset 8fc4cf38057e (bug 1011748) for mochitest-e10s-1 test failures
2014-06-16 10:56:04 +02:00
Carsten "Tomcat" Book
74de5e696d
Backed out changeset fc765663d8f8 (bug 1011748)
2014-06-16 10:55:32 +02:00
Jan de Mooij
ec6e1dc9bb
Bug 1024518 part 2 - Make RegExp flags parser handle latin1 strings and add tests. r=bhackett
2014-06-16 10:48:56 +02:00
Jan de Mooij
8a12913383
Bug 1024518 part 1 - Make RegExp parser handle latin1 strings. r=bhackett
2014-06-16 10:47:58 +02:00
Roberto A. Vitillo
e8de83980b
Bug 1007723 - Telemetry (?) is causing a high memory consumption and lagging on browser startup. r=Yoric
2014-06-12 05:42:00 +02:00
David Rajchenbach-Teller
38b5a3bdca
Bug 1010518 - Activate Task.Debugging.maintainStack on test suites. r=ted
2014-06-09 14:43:00 +02:00
David Rajchenbach-Teller
fb7f5dd4ca
Bug 1010518 - Maintaining stack information through Task.jsm. r=paolo
2014-06-09 13:27:00 +02:00
Harsh Pathak
b22dcd058f
bug 550052 - add length check when decoding key usage bit strings. r=dkeeler
2014-06-10 16:56:00 +02:00
Harsh Pathak
06164477b9
Bug 1017348 - DumpASN1Object/ifdef-ed out code removed. r=dkeeler
2014-06-10 16:58:00 +02:00
Lucas GOLVEN
356949aa3d
Bug 772347 - Add WakeLockListener on MacOSX. r=smichaud
...
Disables the screensaver on Mac while a video is playing.
2014-06-13 19:58:00 +02:00
Nils Ohlmeier [:drno]
cb92ecddc0
Bug 1010641 - verify signaling state transitions. r=bwc
2014-06-13 17:05:00 +02:00
Nils Ohlmeier [:drno]
8ae7798ac7
Bug 1022896 - handle B2G network setup and teardown transparently. r=jib
2014-06-13 16:56:00 +02:00
Nick Desaulniers
7e674deb6f
Bug 1023537 - Remove ebay UA override. r=kdubost
2014-06-10 13:51:08 -07:00
Steve Workman
c035911e02
Bug 237623 - Listen for window's load event in test_partially_cached_content.html r=mcmanus
2014-06-13 13:39:00 +02:00
Daniel Stenberg
43f0c8ec63
Bug 237623 - detect broken HTTP1.1 transfers. r=mcmanus,seth
...
Return error when the protocol layer detects a framing error. More data
was supposed to be delivered than what actually did arrive.
Error code returned for this: NS_ERROR_NET_PARTIAL_TRANSFER
In HTTP1.1 for Content-Length: and chunked-encoding underruns
In http2 and SPDY for framing errors when data has already been received.
imgRequest::OnStopRequest will keep partially loaded images shown but
remove them from cache.
2014-06-09 00:15:00 +02:00
Ting-Yu Lin
ced704867a
Bug 1024848 - part 2 - Enable selection carets sanity tests on Windows browser. r=mdas
2014-06-13 02:34:00 +02:00
Ting-Yu Lin
f6ddf353cd
Bug 1024848 - part 1 - Improve selection carets test cases. r=mdas
...
On Windows, when selecting a word by long pressing, extra spaces after
the word will also be selected. To solve this problem, I redesign the
test cases by comparing the target content with the selected content
directly while ignoring spaces at certain test cases. I believe it's
easier to understand and less error-prone than the old
replace-selected-content-and-compare way.
I added a new method SelectionManager.selected_content() to make it
easier to get the current selected text.
2014-06-13 02:33:00 +02:00
Mark Banner
80c167047f
Bug 1022689 Separate out the Loop Push Handler from the Loop Service code to help similify testing and clarify separation of modules. r=mhammond
2014-06-16 08:41:17 +01:00
James Kitchener
e22812f89e
Bug 330964 - Add rowspacing/columnspacing/framespacing to MathML mtable. r=fredw
2014-06-15 07:23:00 +02:00
James Kitchener
c586c4fbbb
Bug 330964 - tests for mtable row/column/framespacing. r=fredw
...
--HG--
rename : layout/reftests/mathml/dir-6-ref.html => layout/reftests/mathml/dir-6a-ref.html
rename : layout/reftests/mathml/dir-6.html => layout/reftests/mathml/dir-6a.html
2014-06-15 01:10:00 +02:00
James Kitchener
b48cdf9fa0
Bug 330964 - Make nsTableFrame::GetCellSpacing[XY] take an argument. r=roc
2014-06-15 00:53:00 +02:00
James Kitchener
a762a8c331
Bug 330964 - Fix cellspacing call in CalcUnpaginagedHeight. r=roc
2014-02-23 05:00:00 +01:00
Michael A. Milazzo
c7f8e96b72
Bug 1011748 - Mochitest unit test + resource files for this bug. r=bzbarsky
2014-06-13 21:59:32 -07:00
Michael A. Milazzo
e81bf5330c
Bug 1011748 - Added logic to GetStatusText to ensure the statusText is available after all redirects (if any) have been followed. r=bz
2014-06-09 23:14:53 -07:00
Xidorn Quan
b0f48b5c88
Bug 1025359 - Correct -moz-tamil according to Predefined Counter Styles. r=jfkthame
2014-06-13 17:01:00 +02:00
Xidorn Quan
a84079e422
Bug 985825 - Unprefix -moz-ethiopic-numeric. r=jfkthame
2014-06-13 17:37:00 +02:00
Xidorn Quan
603c17d06a
Bug 982355 - Support disclosure-{open,closed} counter styles. r=jfkthame
2014-06-13 17:34:00 +02:00
Walter Litwinczyk
24c2e12178
Bug 1024064 - webgl-1.0.3 Initialize all vertex attributes to default values. r=jgilbert
2014-06-12 13:27:19 -07:00
Jan Beich
e558a18825
Bug 1024510 - Unbreak --with-system-nss build after bug 1022812. r=mshal
2014-06-16 01:02:25 -04:00
Randell Jesup
182834f226
Bug 1025343: fix issues with overlong codec names in AudioConduit r=pkerr
2014-06-16 01:00:33 -04:00
Randell Jesup
ff19ae9907
Bug 1025106: if someone passes us a bogus videocodec config, say it's 'unknown' r=pkerr
2014-06-16 01:00:25 -04:00
Dan Glastonbury
6b1362b328
Bug 1024256 - Blacklist S3TC extension on OSX 10.9 Intel HD 3000 driver because of buggy glCompressedTexSubImage2D with sub-image update; r=jgilbert
2014-06-16 09:30:04 +10:00
Brian Hackett
251eb0a91a
Bug 1013586 - Backout diagnostic patch 2e9bcf014247.
2014-06-15 16:30:37 -07:00
Phil Ringnalda
a3c4c53eed
Merge b-i to m-c, a=merge
2014-06-15 09:45:59 -07:00
Phil Ringnalda
52634ae96e
Merge f-t to m-c, a=merge
2014-06-15 09:36:23 -07:00
Phil Ringnalda
449d05b144
Merge m-i to m-c, a=merge
2014-06-15 09:28:20 -07:00
B2G Bumper Bot
2b9b007541
Bumping manifests a=b2g-bump
2014-06-15 04:41:13 -07:00
B2G Bumper Bot
d8bc390fa9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/39d06bda5d40
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #20531 from mcjimenez/bug1024623
Bug 1024623 - [Vertical] Add collections to customization of vertical homescreen
========
https://hg.mozilla.org/integration/gaia-central/rev/4fc040a41e9f
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 1024623 - [Vertical] Add collections to customization of vertical homescreen
2014-06-15 04:36:30 -07:00
Ehsan Akhgari
4992220d59
Bug 1024459 - Define an out of line destructor for TextTrack so that we can forward delcare HTMLTrackElement in TextTrack.h; r=bzbarsky
...
This is required because the destructor for the nsRefPtr<HTMLTrackElement>
member requires the full definition of the type.
2014-06-14 22:53:52 -04:00