Tobias Schneider
|
d0052061ad
|
Bug 1173544 - Add tests for Canvas CSS/SVG Filters. r=mstange
|
2015-05-08 12:22:18 -07:00 |
|
Markus Stange
|
232acc2cb7
|
Bug 1163124 - The initial value of the canvas filter property should be "none". r=roc
|
2015-05-28 17:08:13 -04:00 |
|
Markus Stange
|
aa6a0d2465
|
Bug 1163105 - Flush frames before building the filter. r=roc
|
2015-06-09 18:49:17 -04:00 |
|
Markus Stange
|
ca3c31219b
|
Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
|
2015-05-28 16:59:00 -04:00 |
|
Markus Stange
|
dc7e714724
|
Bug 1169331 - Always clip rotated buffer quadrant drawing to the fill rect. r=jrmuizel
|
2015-06-05 13:34:54 -04:00 |
|
Markus Stange
|
3d2a268f1a
|
Bug 971811 - Don't prepend an empty existing DYLD_INSERT_LIBRARIES path when launching the plugin. r=smichaud
|
2015-06-10 12:54:52 -04:00 |
|
Markus Stange
|
68cbfce267
|
Bug 1119106 - Give these enums better names. r=smichaud
|
2015-06-08 16:19:47 -04:00 |
|
Markus Stange
|
297868a6e8
|
Bug 1119106 - Add an explanatory comment. r=smichaud
|
2015-06-08 16:17:41 -04:00 |
|
Markus Stange
|
b853523ba2
|
Bug 1119106 - Increase the radio button rendering bottom margin on 10.10 so that the button hits its frame more accurately. r=smichaud
|
2015-06-02 17:49:57 -04:00 |
|
Markus Stange
|
70e3b32134
|
Bug 1119106 - Increase the maximum focus ring width on 10.10 to 7 pixels. r=smichaud
|
2015-06-02 18:05:17 -04:00 |
|
Markus Stange
|
70a8003632
|
Bug 1119106 - Stop double-drawing focus rings for checkboxes and radio buttons on 10.10. r=smichaud
|
2015-06-10 19:02:30 -04:00 |
|
Paul Adenot
|
00ae0a7c38
|
Bug 974089 - Handle the fact that a MediaStream can now be destroyed from the graph thread. r=jesup,padenot
Part of the patch from jesup.
|
2015-06-10 19:31:12 +02:00 |
|
Karl Tomlinson
|
20b47ee48f
|
Bug 974089 - Destroy WebAudio MediaStream when a source finishes. r=padenot
|
2015-06-10 13:31:29 +02:00 |
|
Jon Coppeard
|
bcb8413004
|
Bug 1172641 - Fix class tests to not fail on builds where classes are not enabled. r=shu
|
2015-06-09 07:20:00 +02:00 |
|
Carsten "Tomcat" Book
|
ebee852547
|
Backed out changeset 136d0f3fe47c (bug 1172193) for causing bc3 leaks in browser_notifications.js on a CLOSED TREE
|
2015-06-11 16:35:44 +02:00 |
|
Carsten "Tomcat" Book
|
f34572553c
|
Backed out changeset bf800c62eeba (bug 1172641)
|
2015-06-11 16:35:09 +02:00 |
|
Fernando Jimenez
|
a274449ff7
|
Bug 1137245 - ServiceWorkerManager should set WorkerPrivate::LoadInfo::mIndexedDBAllowed correctly. r=bent, bkelly
|
2015-06-11 15:32:54 +02:00 |
|
Fernando Jimenez
|
2a243d924a
|
Bug 1152899 - Disallow the interception of third-party iframes using service workers when the third-party cookie preference is set. r=smaug,baku
|
2015-06-11 15:32:54 +02:00 |
|
Benjamin Bouvier
|
669d22b3d7
|
Bug 1172895: Raise the stack size limit for JS helper threads; r=bhackett
|
2015-06-09 23:09:37 +02:00 |
|
Nicolas B. Pierron
|
01b5681a22
|
Bug 1166711 part 2.7 - ScalarReplacement: Replace M{Store,Load}UnboxedString by an offset on the MObjectState. r=bhackett
|
2015-06-11 14:30:34 +02:00 |
|
Nicolas B. Pierron
|
563e2fe0c1
|
Bug 1166711 part 2.6 - ScalarReplacement: Replace M{Store,Load}UnboxedObjectOrNull by an offset on the MObjectState. r=bhackett
|
2015-06-11 14:30:34 +02:00 |
|
Nicolas B. Pierron
|
a4b849305e
|
Bug 1166711 part 2.5 - ScalarReplacement: Replace M{Store,Load}UnboxedScalar by an offset on the MObjectState. r=bhackett
|
2015-06-11 14:30:33 +02:00 |
|
Nicolas B. Pierron
|
775f0fc05c
|
Bug 1166711 part 2.4 - MObjectState: Add support for encoding unboxed objects. r=bhackett
|
2015-06-11 14:30:33 +02:00 |
|
Nicolas B. Pierron
|
7095ec698f
|
Bug 1166711 part 2.3 - M{Load,Store}UnboxedScalar: Rename indexType to storageType. r=bbouvier
|
2015-06-11 14:30:32 +02:00 |
|
Nicolas B. Pierron
|
4b01311b3b
|
Bug 1166711 part 2.2 - IonBuilder::loadUnboxedProperty: Rename scaledOffset to index. r=bhackett
|
2015-06-11 14:30:32 +02:00 |
|
Nicolas B. Pierron
|
8625b5478f
|
Bug 1166711 part 2.1 - Check Scalar Replacement with both unboxed object and without. r=bhackett
|
2015-06-11 14:30:31 +02:00 |
|
Nicolas B. Pierron
|
21c7185f01
|
Bug 1166711 part 1.1 - Recover CreateThisWithTemplate with unboxed objects. r=bhackett
|
2015-06-11 14:30:31 +02:00 |
|
Nicolas B. Pierron
|
20eacb93b2
|
Bug 1166711 part 0.5 - Add a big comment to explain Recover instructions. r=bhackett
|
2015-06-11 14:30:31 +02:00 |
|
Nicolas B. Pierron
|
7afe03e95a
|
Bug 1166711 part 0.3 - Scalar Replacement split functions and improve the spew. r=bhackett
|
2015-06-11 14:30:30 +02:00 |
|
Nicolas B. Pierron
|
6391cb050e
|
Bug 1166711 part 0.2 - JitSpew add scope-base indentation level. r=bhackett
|
2015-06-11 14:30:30 +02:00 |
|
Nicolas B. Pierron
|
387d2aabee
|
Bug 1166711 part 0.1 - Use JitSpewPrinter instead of stderr. r=bhackett
|
2015-06-11 14:30:30 +02:00 |
|
Nicolas B. Pierron
|
bbc785705d
|
Bug 1165348 - Move Scalar Replacement after GVN. r=jandem
|
2015-06-11 14:30:29 +02:00 |
|
Nicolas B. Pierron
|
62b7e6ca21
|
Bug 1125481 - FunctionInfo: Remove useless inline keywords. r=Waldo
|
2015-06-11 13:32:24 +02:00 |
|
Nicolas B. Pierron
|
6d61608445
|
Bug 1125481 - Replace FunctionInfo macros by variadic templates. r=Waldo
|
2015-06-11 13:32:24 +02:00 |
|
Nicolas B. Pierron
|
2d60798ee7
|
Bug 1168500 - Replace the operator, by variadic templates. r=Waldo
|
2015-06-11 13:32:23 +02:00 |
|
Nick Fitzgerald
|
8cbd1d4f0f
|
Bug 1173513 - Point to SavedFrame.md docs from JSAPI comments; r=fitzgen
|
2015-06-10 15:59:00 +02:00 |
|
Kelly Davis
|
ff0f4006fd
|
Bug 1172925 - Part 1 of 1: Patch re-enables pocketsphinx, sphinxbase, and models on Windows B2G builds. r=gps
|
2015-06-09 22:42:00 +02:00 |
|
Nicolas B. Pierron
|
ba1da262a5
|
Bug 1170750 - Replace %f by %.16g in js/src. r=jandem
|
2015-06-11 13:19:32 +02:00 |
|
Jed Davis
|
210c1eaf4a
|
Bug 1170334 - Re-escape entities in nsWebBrowserPersist XML stylesheet handling. r=hsivonen
|
2015-06-10 18:33:00 +02:00 |
|
Kershaw Chang
|
e17f5fdd9f
|
Bug 1170939 - Close PBontentBridge when receving shut dwon message, r=khuey
|
2015-06-10 19:08:00 +02:00 |
|
Jose Antonio Olivera Ortega
|
f31a9d4896
|
Bug 1168226 - ServiceWorkerRegistrar only use the scope when registering a service worker. r=baku
|
2015-06-10 10:17:00 +02:00 |
|
JerryShih
|
2a16f41753
|
Bug 1165161 - stop bootAnim with "browser-ui-startup-complete" event. r=mwu
|
2015-06-05 00:30:00 +02:00 |
|
Cykesiopka
|
40dfab484a
|
Bug 1171819 - Convert test_cert_eku-*.js to generate certificates at build time. r=keeler
|
2015-06-10 22:50:00 +02:00 |
|
Mike Perry
|
bc766df83c
|
Bug 629558 - Pref to make Intermediate Cert Store memory-only. r=keeler
|
2015-06-10 14:14:00 +02:00 |
|
Jacek Caban
|
f7d1d49def
|
Bug 1151318 - Fixed wchar_t/char16_t mismatch on mingw.
|
2015-06-11 13:12:11 +02:00 |
|
Masayuki Nakano
|
6d45eb2267
|
Bug 1130937 part.3 nsGtkIMModule should adjust candidate window position when layout is changed r=m_kato
|
2015-06-11 19:50:15 +09:00 |
|
Masayuki Nakano
|
518ed96e43
|
Bug 1130937 part.2 nsGtkIMModule should set candidiate window position to bottom left of the target clause in vertical writing mode r=m_kato
|
2015-06-11 19:50:15 +09:00 |
|
Masayuki Nakano
|
8d0ec572a9
|
Bug 1130937 part.1 nsGtkIMModule should cache selection r=m_kato
|
2015-06-11 19:50:15 +09:00 |
|
Jan Varga
|
5873505fe1
|
Bug 1170746 - Getting mutable files over a cursor crashes the browser; r=bent
|
2015-06-11 11:49:51 +02:00 |
|
Francois Marier
|
2e4d706d0b
|
Bug 1157081 - Make tracking protection work when malware and phishing protections are disabled. r=sworkman
|
2015-06-11 21:48:17 +12:00 |
|