Ms2ger
a66ffa0dae
Bug 1143932 - Factor out jar manifest processing code from emit_from_context; r=gps
2015-03-17 10:32:10 +01:00
Ms2ger
5bc3d57f44
Bug 1143932 - Factor out sources processing code from emit_from_context; r=gps
2015-03-17 10:32:10 +01:00
Ms2ger
d73745dbfe
Bug 1143932 - Factor out test manifest processing code from emit_from_context; r=gps
2015-03-17 10:32:10 +01:00
Ms2ger
2f47131b2e
Bug 1143932 - Factor out library handling code from emit_from_context; r=gps
2015-03-17 10:32:09 +01:00
Xidorn Quan
caacd06bd2
Bug 1143558 part 3 - Reftests for line break suppression inside ruby. r=roc
2015-03-17 19:10:15 +11:00
Xidorn Quan
a7063c7d0f
Bug 1143558 part 2 - Convert suppressed line break to whitespace. r=roc
2015-03-17 19:10:15 +11:00
Xidorn Quan
aae5533b8f
Bug 1143558 part 1 - Fix line break suppression when newline is significant. r=roc
2015-03-17 19:10:15 +11:00
Julien Pagès
2e56250800
Bug 923381 - [mozprocess] mozprocess.ProcessHandler should have an option not to print. r=ahal
2015-03-12 13:38:00 +01:00
chiajung hung
d84e7bed32
Bug 1142181 - ProfilerBacktrace.cpp should #include its own .h file first, r=aklotz
2015-03-16 23:01:00 +01:00
Kevin Brosnan
b0158063f8
Bug 1141207 add gtk_print_settings_foreach to mozgtk.c. r=karlt
2015-03-09 14:42:00 +01:00
Milan Sreckovic
e03358025f
Bug 1129147 - Part 2. Path option to addHitRegion. r=ehsan r=gw280
2015-03-02 15:33:28 -05:00
Milan Sreckovic
6675b39b78
Bug 1129147 - Part 1. Take CanvasPath into a separate file, to avoid circular dependency. r=roc
2015-03-03 10:57:51 -05:00
Cameron McCormack
2729763466
Bug 1143953 - Fix typo in test_font_loading_api.html where it incorrectly returns document.fonts.read. r=jdaggett
2015-03-17 18:15:42 +11:00
Cameron McCormack
049c94d042
Bug 1143537 - Part 5: Test status of FontFace and FontFaceSet with @font-face rules. r=jdaggett
2015-03-17 18:15:42 +11:00
Cameron McCormack
d962fa0190
Bug 1143995 - Remove unnecessary layout flushes from test_font_loading_api.html. r=jdaggett
2015-03-17 18:15:42 +11:00
Cameron McCormack
22d002ab9f
Bug 1143537 - Part 4: Serialize FontFace unicodeRange and fontFeatureSettings with proper defaults. r=jdaggett
2015-03-17 18:15:42 +11:00
Cameron McCormack
96fa12c955
Bug 1143537 - Part 3: Serialize unicode-range without leading zeroes. r=jdaggett
2015-03-17 18:15:42 +11:00
Cameron McCormack
b2c7e87309
Bug 1143537 - Part 2: Test descriptor getters for CSS-connected FontFaces when the descriptor isn't present. r=jdaggett
2015-03-17 18:15:42 +11:00
Cameron McCormack
af4e47d548
Bug 1143537 - Part 1: Fix test numbering. r=jdaggett
2015-03-17 18:15:42 +11:00
Masayuki Nakano
172eaf2c49
Bug 1140832 Don't call gtk_im_context_reset() during "delete_surrounding" notification r=m_kato
2015-03-17 16:07:02 +09:00
dvander@alliedmods.net
03414a8fc1
Don't expand displayports beyond the maximum texture size. (bug 1135907, r=kats)
2015-03-16 22:59:29 -07:00
Cameron McCormack
60f78b1519
Bug 1143314 - Don't use very short transition/animation durations in test_animation_observers.html. r=birtles
2015-03-17 17:13:20 +11:00
Nikhil Marathe
c92762ab99
Bug 739173 - Support FormData in workers. r=khuey,baku
2015-01-27 15:16:21 -08:00
Nikhil Marathe
c33901143a
Bug 1127150 - Use File's name instead of explicit file name in form submission related classes. r=baku
...
Our nsFormSubmission and subclasses accepted a third filename argument to
explicitly specify the filename. Since switching from nsIDOMBlob to File in Bug
1085283, we can read out the filename directly from the File. This simplifies
the code, but introduces a change in the way Firefox submits form data to
servers.
Consider the code:
var fd = new FormData();
fd.append("blob1", new Blob(["hi"]), ""); // explicit empty filename as third arg
fd.append("file1", new File(["hi"], "")); // File's name is empty, no third arg.
xhr.send(fd);
Previously, the request body had filename="" in the first case, and filename="blob" in the second.
This patch will change it to both cases result in filename=""
This behaviour isn't exactly specced anywhere, nor in the HTML spec [1], nor in
RFC 2388. In addition Blink (at least Chromium v40) has the same behaviour
introduced by this patch. So shipping it seems ok to me.
[1]: http://www.w3.org/html/wg/drafts/html/master/semantics.html#multipart/form-data-encoding-algorithm
2015-02-21 11:54:44 -08:00
Nikhil Marathe
65d2a974e2
Bug 1131271 - Set ServiceWorker script redirect limit to zero. r=bkelly,ehsan
2015-02-09 13:47:09 -08:00
Jean-Yves Avenard
58776daaec
Bug 1100210: Mark MPEG2 Layer 1,2,3 audio as MP3. r=k17e
...
Extract data from ESDS atom's objectTypeIndication
2015-03-17 16:42:47 +11:00
Jean-Yves Avenard
a7306ad85c
Bug 1143516: Ignore SPS's aspect ratio if value is nonsensical. r=cpearce
2015-03-17 16:42:02 +11:00
Dan Glastonbury
a34aebf3b8
Bug 1124996 - Remove expected fail on OSX 10.10. r=jgilbert
2015-03-16 18:30:23 +10:00
Dan Glastonbury
0afe382cbd
Bug 1124996 - Block S3TC on OSX 10.10 & HD3000. r=jgilbert
2015-02-18 14:34:28 +10:00
Phil Ringnalda
d94be5dcda
Back out 90758efa9a09 (bug 1017865) because the expectAssertions() it removed actually do happen
...
CLOSED TREE
2015-03-16 21:34:09 -07:00
Phil Ringnalda
107693caa2
Back out f7657171e034 (bug 1017865) for relanding after already being backed out because it causes orange
...
CLOSED TREE
2015-03-16 21:32:52 -07:00
Nikhil Marathe
00a3824609
Bug 1130688 - Implement additional scope checking in service worker registration. r=bkelly,ehsan
2015-03-09 18:57:06 -07:00
Nicholas Nethercote
706fb24c7e
Bug 1143508 (part 2) - Optimize pair returning from makeNodeElement() in JSDOMParser. r=bnicholson.
...
In one workload this avoids allocating 2.3 MB of short-lived arrays.
2015-03-16 15:13:16 -07:00
Nicholas Nethercote
692ad37442
Bug 1143508 (part 1) - Optimize tag name scanning in JSDOMParser. r=bnicholson.
...
On one workload I saw this reduce the cumulative allocations done for strings
drop from 2.3 MB to 0.9 MB.
2015-03-16 15:13:14 -07:00
Nicholas Nethercote
b52e81ed2e
Bug 1142814 (attempt 2) - Optimize String.fromCharCode() when the number of args is small but > 1. r=jandem.
2015-03-12 17:19:48 -07:00
Jeff Gilbert
8b6dde59bd
Bug 1017865 - Regen test manifests.
2015-03-16 18:23:22 -07:00
Jeff Gilbert
5fdd737234
Bug 1017865 - Refactor attach/detach for FB attachments. - r=kamidphish
2015-03-16 18:22:17 -07:00
Ehsan Akhgari
eb1ab67954
Bug 579517 follow-up: Remove NSPR types that crept in
2015-03-16 21:15:10 -04:00
Mike Hommey
0a7e971c82
Followup for bug 868814 - replace non-obvious #if with simpler alternative. rs=njn
2015-03-17 10:04:20 +09:00
Mike Hommey
770a0bd827
Bug 1143510 - Fix line numbers for removal errors during make package. r=gps
2015-03-17 10:04:20 +09:00
Mike Hommey
97d5238558
Bug 1136958 - Reintroduce pixman code path removed in bug 1097776 for --disable-skia builds. r=jmuizelaar
2015-03-17 10:04:19 +09:00
Wes Kocher
056873f249
Backed out changeset ff27f90ed289 (bug 1017865) for gl orange
2015-03-16 18:03:40 -07:00
Trevor Saunders
7db1233eda
bug 1138436 - start on proxying IAccessible2 r=surkov, r=davidb
2015-03-16 20:48:44 -04:00
Wes Kocher
dea5958544
Backed out changeset 2693283b5d8b (bug 1142814) for bc1 orange
2015-03-16 17:45:45 -07:00
Matthew Gregan
cc687d3c79
Bug 1142746 - Make unexpected SL_PLAYEVENT_HEADATMARKER notification non-fatal. r=brsun
2015-03-17 13:30:40 +13:00
Wes Kocher
2d24c6e3e3
Backed out changeset b3589228e8b1 (bug 1142975) for gl failures
2015-03-16 17:25:30 -07:00
Nicholas Nethercote
d0e0dc0ffa
Bug 1142814 - Optimize String.fromCharCode() when the number of args is small but > 1. r=jandem.
...
This avoids an unnecessary malloc.
The patch also adds testing for String.fromCharCode() with 2--20 args.
2015-03-12 17:19:48 -07:00
Jeff Gilbert
5916567ae8
Bug 1142975 - Check for Present()-caused context loss. - r=kamidphish
2015-03-16 16:33:44 -07:00
David Anderson
328b064ab4
Ensure input events account for APZ transforms on Windows. (bug 1143567 part 4, r=jmathies)
2015-03-16 16:30:37 -07:00
David Anderson
3667e4c1ab
Use stricter types in nsWindowBase event dispatch functions. (bug 1143567 part 3, r=jmathies)
2015-03-16 16:29:57 -07:00