Benjamin Bouvier
08780f40c1
Bug 1025011: Comment the difference between use* and use*AtStart during Lowering; (comments only: DONTBUILD) r=jandem
2014-06-16 14:57:26 +02:00
Henri Sivonen
be694e5f0c
Bug 997115 - Remove ISO-2022-CN and ISO-2022-KR from m-c. r=emk.
2014-06-16 15:54:34 +03:00
Carsten "Tomcat" Book
b5af4a2a5b
Backed out changeset 287aa2e3cab0 (bug 998809) for xpcshell and mochitest 2 test failures
2014-06-16 14:38:50 +02:00
James Graham
8472a80a48
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
e5e6963147
Backed out changeset 1f21c62b41eb (bug 330964) for emulator opt reftest-12 test failures
2014-06-16 13:09:21 +02:00
Carsten "Tomcat" Book
0b4e324ca8
Backed out changeset 248103817c8b (bug 330964)
2014-06-16 13:08:53 +02:00
Carsten "Tomcat" Book
819806e0c3
Backed out changeset d70b7473bff7 (bug 330964)
2014-06-16 13:08:51 +02:00
Carsten "Tomcat" Book
d29e637a03
Backed out changeset b662e2341b4a (bug 330964)
2014-06-16 13:08:46 +02:00
Hannes Verschore
fc84b88d2c
Bug 1020364. Typo to fix bustage on CLOSED TREE. r=bustage
2014-06-16 12:48:13 +02:00
Sushant Dinesh
234b3636ac
Bug 1020364. Change parallel_compilation to offthread_compilation to prevent confusion. r=h4writer.
2014-06-16 12:05:12 +02:00
Jon Coppeard
72b7d2979e
Bug 988486 - Make more GCRuntime state private and add accessors r=terrence
2014-06-16 10:40:44 +01:00
Jon Coppeard
48dc85a468
Bug 1025010 - Clear the store buffer on collection if nursery empty r=terrence
2014-06-16 10:40:43 +01:00
Jon Coppeard
59c56771e0
Bug 1024944 - Replace v8 benchmarks with octane r=terrence
2014-06-16 10:40:43 +01:00
Olli Pettay
4164cc37e8
Bug 998809 - WidgetEvent::typeString is not always set correctly, r=masayuki
2014-06-16 12:08:29 +03:00
Carsten "Tomcat" Book
b641634f08
Backed out changeset 8fc4cf38057e (bug 1011748) for mochitest-e10s-1 test failures
2014-06-16 10:56:04 +02:00
Carsten "Tomcat" Book
72d2bd2ac3
Backed out changeset fc765663d8f8 (bug 1011748)
2014-06-16 10:55:32 +02:00
Jan de Mooij
77d10fd93b
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
55c80e6b54
Bug 1024518 part 1 - Make RegExp parser handle latin1 strings. r=bhackett
2014-06-16 10:47:58 +02:00
Roberto A. Vitillo
d957ca1d90
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
95d7440f90
Bug 1010518 - Activate Task.Debugging.maintainStack on test suites. r=ted
2014-06-09 14:43:00 +02:00
David Rajchenbach-Teller
2b5b59d204
Bug 1010518 - Maintaining stack information through Task.jsm. r=paolo
2014-06-09 13:27:00 +02:00
Harsh Pathak
2c75ba8d1d
bug 550052 - add length check when decoding key usage bit strings. r=dkeeler
2014-06-10 16:56:00 +02:00
Harsh Pathak
b2c0ef83be
Bug 1017348 - DumpASN1Object/ifdef-ed out code removed. r=dkeeler
2014-06-10 16:58:00 +02:00
Lucas GOLVEN
6bcd1be726
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]
36b0708467
Bug 1010641 - verify signaling state transitions. r=bwc
2014-06-13 17:05:00 +02:00
Nils Ohlmeier [:drno]
d1e862b0eb
Bug 1022896 - handle B2G network setup and teardown transparently. r=jib
2014-06-13 16:56:00 +02:00
Nick Desaulniers
7e1a3839a2
Bug 1023537 - Remove ebay UA override. r=kdubost
2014-06-10 13:51:08 -07:00
Steve Workman
faab9aa0a6
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
289d93b851
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
23bafc7f00
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
e5fb4d007f
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
bf865b43f4
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
ba0399d845
Bug 330964 - Add rowspacing/columnspacing/framespacing to MathML mtable. r=fredw
2014-06-15 07:23:00 +02:00
James Kitchener
462acde094
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
f557110155
Bug 330964 - Make nsTableFrame::GetCellSpacing[XY] take an argument. r=roc
2014-06-15 00:53:00 +02:00
James Kitchener
651c3a88b7
Bug 330964 - Fix cellspacing call in CalcUnpaginagedHeight. r=roc
2014-02-23 05:00:00 +01:00
Michael A. Milazzo
aaea81fdae
Bug 1011748 - Mochitest unit test + resource files for this bug. r=bzbarsky
2014-06-13 21:59:32 -07:00
Michael A. Milazzo
141256b4cf
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
fa785309a3
Bug 1025359 - Correct -moz-tamil according to Predefined Counter Styles. r=jfkthame
2014-06-13 17:01:00 +02:00
Xidorn Quan
e23d63f03c
Bug 985825 - Unprefix -moz-ethiopic-numeric. r=jfkthame
2014-06-13 17:37:00 +02:00
Xidorn Quan
14eff79f0c
Bug 982355 - Support disclosure-{open,closed} counter styles. r=jfkthame
2014-06-13 17:34:00 +02:00
Walter Litwinczyk
80ef3a269d
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
9c80ad52ff
Bug 1024510 - Unbreak --with-system-nss build after bug 1022812. r=mshal
2014-06-16 01:02:25 -04:00
Randell Jesup
06a8193337
Bug 1025343: fix issues with overlong codec names in AudioConduit r=pkerr
2014-06-16 01:00:33 -04:00
Randell Jesup
f398cfeee3
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
f09bc705aa
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
07f862be27
Bug 1013586 - Backout diagnostic patch 2e9bcf014247.
2014-06-15 16:30:37 -07:00
Phil Ringnalda
ab64cf27fc
Merge b-i to m-c, a=merge
2014-06-15 09:45:59 -07:00
Phil Ringnalda
9448b08410
Merge f-t to m-c, a=merge
2014-06-15 09:36:23 -07:00
Phil Ringnalda
61e8743b62
Merge m-i to m-c, a=merge
2014-06-15 09:28:20 -07:00