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

502948 Коммитов

Автор SHA1 Сообщение Дата
Mike de Boer d0a0fb4fcf Bug 1302470 Part 2: Use a hit-test method to determine if the rect of a range is visible on the page or not to the eye, for use in find-in-page. r=mstange,smaug
MozReview-Commit-ID: 9P7gf0GcREv
2016-11-09 15:09:36 -08:00
Brad Werth 065fcdf91a Bug 1302470 Part 1: Remove trailing whitespace. r=mstange
MozReview-Commit-ID: 1vlEVEn07Qb
2016-11-09 13:46:17 -08:00
Lars T Hansen b369076ad8 Bug 1246597 - adapt existing DataView tests to SharedArrayBuffer. r=waldo
--HG--
extra : rebase_source : bfc6a97862b297aacd12142bce5085103491016a
2016-12-07 14:22:35 -10:00
Andreas Farre 06be0a2e0c Bug 1316871 - Ensure that we don't replace load popup. r=bkelly
This makes open-url-multi-window-6.htm always fail, which is intended.

MozReview-Commit-ID: 4OENwxMLUeh
2016-12-09 04:55:22 +01:00
Andreas Farre 82dff3dafb Revert rev 9211bfa02ed5 (Bug 1315260). Wrong commit message. r=me
MozReview-Commit-ID: 7uFDhNpx4XP
2016-12-09 04:50:42 +01:00
Andreas Farre c196f81e27 Bug 1315260 - Ensure that we don't replace load popup. r=bkelly
This makes open-url-multi-window-6.htm always fail, which is intended.

MozReview-Commit-ID: 4OENwxMLUeh
2016-12-09 04:33:00 +01:00
Andreas Farre 40d5595f1e Bug 1316871 - Throttle background setTimeouts. r=bkelly
MozReview-Commit-ID: 2bN3NZfdCzv
2016-12-09 04:33:00 +01:00
Phil Ringnalda 15190c112d Backed out changeset b3b5af78a162 (bug 919391) for failures in resource-timing.html
MozReview-Commit-ID: ExeMekKcoJd
2016-12-08 19:27:05 -08:00
Jan de Mooij 624a9954d5 Bug 1318627 followup - Add br_table.wast.js to cgc-jittest-timeouts.txt. r=bustage
--HG--
extra : rebase_source : 63651a1c0d14204185a98c2d38bc4ec05e886b25
2016-12-08 16:42:30 -10:00
Boris Zbarsky 679c9e41a6 Bug 1321835. Assert that the givenProto argument for binding wrap methods is in the right compartment. r=peterv 2016-12-08 16:41:45 -10:00
Boris Zbarsky 162c8766a4 Bug 1310796 part 4. Get rid of 'content-targetable' values for the 'type' attribute everywhere except tabbrowser.xml. Just use 'content' instead. r=gijs 2016-12-08 16:41:45 -10:00
Boris Zbarsky e0e53c48ae Bug 1310796 part 3. Remove the aTargetable argument of contentShellAdded. r=mystor 2016-12-08 16:41:45 -10:00
Boris Zbarsky 55f0730a5b Bug 1310796 part 2. Get rid of the now-unused nsXULWindow::mTargetableShells. r=mystor 2016-12-08 16:41:45 -10:00
Boris Zbarsky 846587070f Bug 1310796 part 1. Get rid of GetTargetableShellCount in favor of a more explicit GetTabCount. r=mystor,gijs 2016-12-08 16:41:45 -10:00
Bob Owen 7e63f54abd Bug 1319456: Hold DrawEventRecorders in the correct structure in PathRecording. r=bas
MozReview-Commit-ID: 1bJxJnKXzVc
2016-12-09 02:25:50 +00:00
Michael Layzell 73d3750562 Bug 1322390 - Iterate over a copy of mOwnedDirectListeners when removing them, r=pehrsons
MozReview-Commit-ID: PCLCEiKTFO
2016-12-08 15:54:46 -10:00
Michael Layzell c6fccac579 Bug 1299489 - Change nsTArray to use a custom iterator based on index instead of pointers to improve iterator invalidation safety of ranged for loops, r=froydnj
MozReview-Commit-ID: CahPOcRYvES
2016-12-08 15:54:45 -10:00
Jan Varga d80cf26c97 Bug 1312808 - rewrite stored WebAssembly.Module when build-id changes; r=asuth,luke 2016-12-08 15:37:13 -10:00
Trevor Saunders b2e95c2ac2 bug 1321884 - clean up the HeldMutexStack on helper threads r=jonco
The HeldMutexStack is cleaned up in JS_ShutDown() on the main thread, but since
it is thread local we need to clean it up on other threads where it is used.
2016-12-08 15:41:54 -10:00
Ehsan Akhgari 8ccfaa7a63 Bug 1322204 - Fail gracefully when the URL classifier service isn't available because we're in safe mode; r=smaug 2016-12-08 15:20:14 -10:00
Jan de Mooij 46babc66fe Bug 1315856 - Fix dynamic slot base address passed to fillSlotsWithUndefined. r=jonco 2016-12-08 14:49:38 -10:00
Jan de Mooij 1c6ab814be Bug 1318627 - Remove Zone::active and related infrastructure. r=jonco, f=bhackett 2016-12-08 14:26:36 -10:00
Timothy Nikkel 04b319ae6d Bug 1322435. Limit the number of image decoding threads we use in the parent process. r=aosmond
There aren't as many images in chrome to decode, and they aren't as big, so we don't need as many threads.
2016-12-08 18:20:13 -06:00
a13d957952 Bug 1321877. Fix compiler warnings in Downscaler.h when skia is not enabled. r=tnikkel 2016-12-08 18:20:12 -06:00
Hannes Verschore 36a4f8a9a7 Bug 1322443 - TraceLogging: Report irregexp execution in Ion, r=bbouvier 2016-12-08 13:56:11 -10:00
Hannes Verschore 5539b06fb0 Bug 1310155 - IonMonkey, part 1.1: Use a separate allocator for all control flow graphs, r=jandem 2016-12-08 13:53:07 -10:00
Hannes Verschore d889fa48d3 Bug 1310155 - IonMonkey, part 1.0: Split graph creation from IonBuilder, r=jandem 2016-12-08 13:53:05 -10:00
Hannes Verschore 1daea96f16 Bug 1310155 - IonMonkey, part 0.2: Make sure debug_check_operand works again, r=nbp 2016-12-08 13:53:03 -10:00
Hannes Verschore b6b07482d4 Bug 1310155 - IonMonkey, part 0.1: Make sure to report the out of memory during IonBuilder, r=nbp 2016-12-08 13:53:00 -10:00
Benjamin Smedberg e2074c41cd Bug 1322377 - frequent intermittent timeouts in TestNamedPipeService - there was a race between notifying the monitor and waiting for it, so instead of a monitor use an event, r=bagder
MozReview-Commit-ID: 6xgSH6shSm6

--HG--
extra : rebase_source : 36554d14857eb441b52f386a2984d02bd683cdd4
2016-12-08 09:05:39 -10:00
Andrea Marchesini 458019a9d8 Bug 1322518 - PermissionKey should propagate the error if nsIPrincipal::GetOrigin fails, r=ehsan 2016-12-08 10:45:52 -10:00
Andrea Marchesini 912e678ea6 Bug 1322514 - nsIPrincipal::GetOrigin should use the parent principal when dealing with blobURL, r=ehsan 2016-12-08 10:44:59 -10:00
Lars T Hansen 76c7159be5 Bug 1246597 - DOM comment change. r=me
--HG--
extra : rebase_source : 26794fefac6d5296b20ab54abba61f5e06bb872f
2016-11-24 14:16:17 +01:00
Lars T Hansen f4484acb99 Bug 1246597 - support DataView on SharedArrayBuffer. r=waldo
--HG--
extra : rebase_source : 9d9e943a6dac3d20602449314813d1dde571d2eb
2016-12-07 14:21:24 -10:00
Lars T Hansen 842a92723b Bug 1320956 - wasm baseline, do not interrupt tableswitch's jump table with other constants. r=bbouvier
--HG--
extra : rebase_source : 9f405103b5b11f14676d2c5d707b95568e068cd4
2016-12-02 19:42:54 +01:00
James Graham 221562f1a8 Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal
MozReview-Commit-ID: ChaHkeSDNY8
2016-12-08 09:53:21 -10:00
James Graham 19b6bc91a2 Bug 1321127 - Add temporary annotations for asserts missed by CI, r=dbaron
These asserts appeared during the window when reftest harness assert
count failures were not correctly detected by the CI system. They are
expected to be fixed in followup commits.

MozReview-Commit-ID: JoXtI4c0SSF
2016-12-08 09:53:21 -10:00
James Graham d8c76e7543 Bug 1321127 - Add a assertion_count action to mozlog, r=ahal
This is intended as a structured replacement for the assertion checks
that previously used unstructured logs. It adds a log action
assertion_count, which takes the actual number of assertions observed
during a test, the minimum expeced number and the maximum expected
number. It also updates the reftest harness to use this logging.

MozReview-Commit-ID: JgjLlaYuvSG
2016-12-08 09:53:21 -10:00
Jim Chen f2d55370bb Bug 1321568 - Handle null and CharSequence prompt values; r=me
Correctly handle null values and CharSequence values (that are not
Strings) returned by prompt inputs. r=me for trivial patch.
2016-12-08 14:46:08 -05:00
Valentin Gosu 9f386d11f3 Bug 919391 - Incorrect Navigation Timing API: performance.timing.responseStart - performance.timing.requestStart < 0 r=baku,jgraham
MozReview-Commit-ID: 6s5FljTQEAB
2016-12-08 09:37:11 -10:00
George Wright 5391bc3a05 Bug 1317796 - Rebucket and rename GPU_PROCESS_LAUNCH_TIME_MS to cater for launch times up to 64000ms r=dvander data-review=bsmedberg 2016-12-08 11:20:43 -08:00
Kartikaya Gupta ab17b42149 Bug 1313446 - Detect a git repository when inside a git worktree. r=glandium
MozReview-Commit-ID: 8ngY6kNcp05
2016-12-08 08:28:36 -10:00
Ryan VanderMeulen 205ec1433a Bug 1322494 - Update pdf.js to version 1.6.372. r=bdahl 2016-12-08 12:17:30 -05:00
Sebastian Hengst a5a02d160f Backed out changeset 3bfbdec4ea08 (bug 1316803) for asserting in wasm.js (low 32 bits don't match) on Windows XP 32-bit. r=backout 2016-12-08 17:26:42 +01:00
Dão Gottwald f557cc7872 Bug 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander 2016-12-08 17:17:41 +01:00
Andrea Marchesini 516e223da4 Bug 1317173 - Better propagation of private browsing flag when a new window is opened, r=smaug 2016-12-08 05:52:31 -10:00
Andrea Marchesini 2ea55e1e86 Bug 1317173 - Parent window should be frozen when a new child window is opened, r=smaug 2016-12-08 05:51:47 -10:00
vincentliu 00226773fe Bug 1320613 - Add nullptr check for attach. r=jgilbert,
From 8f9578b8bebfdad04ca38eecd5fe0807b725e810 Mon Sep 17 00:00:00 2001
 ethlin
---
 dom/canvas/WebGLFramebuffer.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
2016-12-06 14:34:39 -10:00
Carsten "Tomcat" Book 9c7529527f Merge mozilla-central to mozilla-inbound 2016-12-08 16:28:42 +01:00
Carsten "Tomcat" Book 3e157ac240 merge mozilla-inbound to mozilla-central a=merge 2016-12-08 16:16:48 +01:00