Граф коммитов

521409 Коммитов

Автор SHA1 Сообщение Дата
Colomban Wendling d8bb7d0fa3 Bug 1308908 - Compare the whole accessible name when checking equality. r=tbsaunde
Use strcmp() instead of strncmp() when comparing the AtkObject name
before changing it.  9133117f410c06ad7fa25323a168bc97200043b9 changed
from Equals() to strncmp() to prevent issues related to embedded NUL
bytes, but the change lead to only checking if the AtkObject name has
the new value as prefix.  Instead, use strcmp() to check the whole
C strings, but still stopping at the first NUL byte in the new name.

strcmp() has to be safe here, as NS_ConvertUTF16toUTF8::get() has to
return a NUL-terminated string or the code would crash a few lines
below when calling strdup() on it.
2017-01-27 09:36:00 -05:00
Stone Shih c77b60e0a7 Bug 1339359 - [Pointer Event] Trigger PointerEvent test cases after focus. r=smaug
MozReview-Commit-ID: J7AtGvSF1aP

--HG--
extra : rebase_source : a0ee506e69a6250c3b961d387ef49ede006606d6
2017-02-15 17:54:05 +08:00
Samael Wang 6cd355d7b2 Bug 1283947 - Clear pending transactions when ClientLayerManager is assigning to a different refresh driver. r=mattwoodrow 2017-02-20 16:25:09 +08:00
Jessica Jong f877a843fa Bug 1340396 - Add window.getAppLocales() for ChromeOrXBL. r=smaug 2017-02-19 22:11:00 -05:00
Jonathan Kew a43a48e31a Bug 1341085 - Implement a pref that allows OpenType Variation tables to bypass the sanitizer, as it doesn't know about them. r=jrmuizel 2017-02-20 18:00:54 +00:00
Jan de Mooij dbd7f41a1b Backed out changeset 76c26eaf4f18 to see if it's responsible for GC_MINOR_US telemetry regression. 2017-02-20 17:46:09 +01:00
Mats Palmgren 910811cccd Bug 1339287 - Reftest. 2017-02-20 17:43:08 +01:00
Mats Palmgren 3f06dc5432 Bug 1339287 - Don't blockify 'display' in ApplyStyleFixups unless aFrame really is a flex/grid container frame, not just has display:flex/grid. r=dholbert 2017-02-20 17:43:08 +01:00
Mats Palmgren ec4f6376fc Bug 410857 part 4 - Stop passing around aBlockFrame just for DEBUG purposes. Introduce BidiParagraphData::mCurrentBlock for that purpose and set it to the right block continuation this time. r=jfkthame 2017-02-20 17:43:08 +01:00
Mats Palmgren 8e10f864fc Bug 410857 part 3 - Cache the PresContext instead of fetching it for every paragraph. r=jfkthame 2017-02-20 17:43:08 +01:00
Mats Palmgren be996e2f31 Bug 410857 part 2 - DrainOverflowLines before ResolveBidi for slightly improved performance. r=jfkthame 2017-02-20 17:43:08 +01:00
Mats Palmgren a908f9773e Bug 410857 part 1 - Traverse overflow lines too so we don't miss some text. r=jfkthame 2017-02-20 17:43:08 +01:00
Jon Coppeard 19479d7f10 Bug 1340268 - [[HasProperty]] on module namespace object should work even when binding is uninitialized r=anba 2017-02-20 16:32:13 +00:00
Ben Kelly eec3246c3e Bug 1341040 Rename ServiceWorkerInfo::GetPrincipal() to Principal(). r=baku 2017-02-20 10:31:32 -05:00
Andrea Marchesini b4c474e3d2 Bug 1340450 - When containers are disabled, it should not be possible to reopen container tabs, r=mdeboer 2017-02-20 15:55:05 +01:00
Ben Kelly f256497070 Bug 1339823 Create a pristine principal in ServiceWorkerPrivate::SpawnWorkerIfNeeded(). r=baku 2017-02-20 09:31:24 -05:00
Carsten "Tomcat" Book 816ee3bdee Backed out changeset 59e30ba1b38f (bug 1339823) on a CLOSED TREE 2017-02-20 15:26:36 +01:00
Jon Coppeard c52c1a3941 Bug 1340010 - Fix test bustage r=me 2017-02-20 14:20:52 +00:00
Ben Kelly 15556e0e96 Bug 1339823 Create a pristine principal in ServiceWorkerPrivate::SpawnWorkerIfNeeded(). r=baku 2017-02-20 09:05:55 -05:00
Carsten "Tomcat" Book dbd7fee737 Backed out changeset 6eca5587da3e (bug 1340537) on request from jonco 2017-02-20 14:15:17 +01:00
Carsten "Tomcat" Book 7c58fab6e7 Merge mozilla-central to mozilla-inbound 2017-02-20 14:08:26 +01:00
Carsten "Tomcat" Book 9857d2af8e merge mozilla-inbound to mozilla-central a=merge 2017-02-20 14:05:25 +01:00
Carsten "Tomcat" Book 382271de53 merge autoland to mozilla-central a=merge 2017-02-20 14:03:26 +01:00
Jon Coppeard 4b1c21582c Bug 1340604 - Add more test code for weak map gray marking behaviour r=sfink 2017-02-20 13:00:15 +00:00
Jon Coppeard 2dd637c991 Bug 1340010 - Make ABORT_GC a deterministic GC reason r=sfink 2017-02-20 13:00:14 +00:00
Jon Coppeard 1f06734fc0 Bug 1340499 - Add test code for watchpoint marking r=sfink 2017-02-20 13:00:14 +00:00
Brian Hackett 275ca5ebc4 Bug 1340537 - Don't trace parse task things if they cannot be GCed, r=jonco. 2017-02-20 05:13:39 -07:00
Ms2ger 9cb3d35694 Bug 1308969 - Disable EventListener-invoke-legacy.html 2017-02-20 11:54:48 +00:00
James Graham 190a5fa6c7 Bug 1308969 - Fix cross-origin browser name test, r=Ms2ger
MozReview-Commit-ID: 49stqMka8j5
2017-02-20 11:54:43 +00:00
James Graham 9ebabb921e Bug 1336639 - Disable unstable IndexedDB tests on Windows, a=testonly
MozReview-Commit-ID: 5UDmtEVUU0n
2017-02-20 11:54:40 +00:00
James Graham a60bed2964 Bug 1340474 - Fix instability in data url test caused by random behaviour of whitespace in URL, a=testonly
MozReview-Commit-ID: CCrle089kW1
2017-02-20 11:54:35 +00:00
James Graham b4406fe420 Bug 1340133 - Mark manual Infraware form tests as manual, r=jmaher
MozReview-Commit-ID: JUNZ0S1I7W9

--HG--
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html
2017-02-20 11:54:28 +00:00
James Graham 2a512cdbae Bug 1340474 - Add long timeouts to some IndexedDB tests, a=testonly
MozReview-Commit-ID: L9l68yZ55eT
2017-02-20 11:54:21 +00:00
James Graham e4e527f1d3 Bug 1340474 - Remove jQuery link from window handler test, a=testonly
MozReview-Commit-ID: 83pVBC55wIM
2017-02-20 11:54:19 +00:00
James Graham a0320bc3cb Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-20 11:54:14 +00:00
James Graham 824f4e083b Bug 1340474 - Update web-platform-tests to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: 1GaV7z8d0Xc

--HG--
rename : testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers => testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers
rename : testing/web-platform/tests/preload/link_header_preload.html.headers => testing/web-platform/tests/preload/link-header-preload.html.headers
2017-02-20 11:52:05 +00:00
Olli Pettay 2813f928a1 Bug 1340869, crash @ RefreshDriverVsyncObserver::RecordTelemetryProbes, r=stone
--HG--
extra : rebase_source : 249f90374059cf6af878ed7cf2ce9589c58ebcfb
2017-02-20 10:24:46 +02:00
Iris Hsiao 668989dd2e Backed out changeset 425b92cd2370 (bug 1340474)
--HG--
rename : testing/web-platform/tests/preload/link-header-preload.html.headers => testing/web-platform/tests/preload/link_header_preload.html.headers
rename : testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers => testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers
2017-02-20 15:25:53 +08:00
Iris Hsiao ec8d19ff7e Backed out changeset 5ae7735c28ae (bug 1340474) 2017-02-20 15:25:46 +08:00
Iris Hsiao 5e35813ee6 Backed out changeset 2c37642c6f4c (bug 1340474) 2017-02-20 15:25:42 +08:00
Iris Hsiao acc96e2499 Backed out changeset ca41058f451a (bug 1340474) 2017-02-20 15:25:37 +08:00
Iris Hsiao 954728e15d Backed out changeset e71b73c5012f (bug 1340133)
--HG--
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html
2017-02-20 15:25:33 +08:00
Iris Hsiao 849ded88bc Backed out changeset aaef66127d84 (bug 1340474) 2017-02-20 15:25:28 +08:00
Iris Hsiao 7d9144ee4b Backed out changeset cf2dd9d5da7e (bug 1336639) 2017-02-20 15:25:23 +08:00
Iris Hsiao ab104595c7 Backed out changeset 67538b51b43a (bug 1308969) 2017-02-20 15:25:20 +08:00
Iris Hsiao 05db973419 Backed out changeset 72bc1a760ddd (bug 1308969) for Win7 opt and pgo W(1) perma failures in idbdatabase_deleteObjectStore.htm. a=backout 2017-02-20 15:25:11 +08:00
ffxbld e6df08c941 No bug, Automated HPKP preload list update from host bld-linux64-spot-078 - a=hpkp-update 2017-02-19 09:10:48 -08:00
ffxbld b705ab918d No bug, Automated HSTS preload list update from host bld-linux64-spot-078 - a=hsts-update 2017-02-19 09:10:46 -08:00
ffxbld 12cf113033 No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update 2017-02-18 07:00:40 -08:00
ffxbld 755899dd22 No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update 2017-02-18 07:00:37 -08:00