Gregory Szorc
160a20817c
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Gregory Szorc
e1e6f1327a
Bug 901990 - Part 1: Integrate test manifests with build config; r=ted
2013-09-24 11:50:04 -07:00
Chris Peterson
c402ea4c9e
Bug 919844 - Fix -Wunused-variable warning in js/jsd/jsd_val.cpp. r=jorendorff
2013-09-23 15:22:26 -07:00
Kannan Vijayan
390b63a91c
Bug 916949 - Minor refactor and clean-up of property access logic in VM. r=jorendorff
2013-09-24 14:41:14 -04:00
John Hopkins
e2a62831e6
Bug 919528 - use short path to MSVS10, set LD using _VSPATH. r=ted
2013-09-24 14:31:53 -04:00
Jeff Hammel
6a78d18047
Bug 920152 - UnboundLocalError: local variable browserProcessId referenced before assignment;r=edmorley
2013-09-24 11:27:18 -07:00
Ryan VanderMeulen
9fa464d752
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
...
CLOSED TREE
2013-09-24 14:09:15 -04:00
Steve Workman
5733e06ba8
Bug 915905 - Prevent multiple concurrent calls to OnInputStreamReady r=jduell
2013-09-24 10:53:35 -07:00
Ryan VanderMeulen
ddd5c1bb75
Backed out changeset dec7ac293e74 (bug 782546) for breaking the test it was trying to annotate.
2013-09-24 13:45:59 -04:00
Gregory Szorc
cb70d30253
Bug 918392 - Handle symlinked directories properly; r=glandium
2013-09-24 10:44:27 -07:00
Dan Minor
05d949f007
Bug 918934 - Update jit-tests remote harness; r=terrence
2013-09-24 13:29:39 -04:00
Nathan Froyd
f528845993
Bug 916923 - work around crash reporter issues with adjacent memory mappings on x86 android; r=glandium,f=gbrown
2013-09-23 15:02:28 -04:00
Nathan Froyd
ae0f2861dd
Bug 919672 - lower the suspect referent count for the observer service's memory reporter; r=njn,wchen
...
I have a couple score (hundreds?) of open tabs and have been noticing of late
that the observer service has 4k+ observers for such a session. I was a bit
surprised by this, and lowered the suspect referent count a bit to see if I
could determine what was going on.
There's nothing particularly unusual with my setup, but I'd like to propose
that the count be lowered somewhat anyway. I think it's useful for about:memory
to provide as much information as possible about what might be going on. I've
also tried to update the explanatory text to indicate that merely having high
counts is not necessarily symptomatic of a leak.
2013-09-23 15:09:26 -04:00
Nathan Froyd
ab80144a2f
Bug 915765 - fix -Wformat warnings in xpcom/; r=bsmedberg
...
Unfortunately this doesn't fix all platforms, since Android's inttypes.h doesn't
have the right macros for intptr_t at least, but it makes the situation a little
better.
2013-09-12 13:18:36 -04:00
Dan Gohman
f82a88a4af
Bug 917991 - Note a non-trivial implicit coupling. r=luke
2013-09-24 09:58:58 -07:00
Dan Gohman
4642933f38
Bug 917991 - Use higher-level MacroAssembler interfaces in a few more places. r=luke
2013-09-24 09:58:52 -07:00
Dan Gohman
e89e0b2245
Bug 900683 - IonMonkey: Make the backtracking allocator remember spill intervals so that it doesn't create redundant spill intervals. r=bhackett
2013-09-24 09:25:19 -07:00
Dan Gohman
2442e3fd0b
Bug 900683 - IonMonkey: Register allocation niceties. r=bhackett
2013-09-24 09:25:13 -07:00
Joey Armstrong
3a2b802630
bug 883350: move SDK_HEADERS to mozbuild r=mshal
2013-09-24 12:17:26 -04:00
Dan Gohman
2e4ef6d697
Bug 875656 - IonMonkey: Juggle registers around to reduce the number of temporaries needed by LConcat. r=bhackett
2013-09-24 08:57:54 -07:00
Ryan VanderMeulen
d17cc33501
Bug 782546 - Mark test_transformed_scrolling_repaints_3.html as random on Linux 64.
2013-09-24 11:56:29 -04:00
Ed Morley
0341739cfa
Backed out changeset 505fe9841b16 (bug 915940) on suspicion of Windows PGO-only compilation failures
2013-09-24 16:49:11 +01:00
Georg Fritzsche
da0705e95c
Bug 790483 - Fix dependency on stale plugin enabledState in accessible tests. r=surkov
2013-09-24 17:21:49 +02:00
Georg Fritzsche
e7e803bb3d
Bug 790483 - click-to-play plugins fail to show placeholder after resizing. r=jaws
2013-09-17 23:23:05 +02:00
Benoit Girard
69db6d5c6f
Bug 919712 - Add labels in IPC message wait. r=benjamin
2013-09-24 11:40:01 -04:00
Dan Gohman
f4b8189f4a
Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn
2013-09-24 08:21:22 -07:00
Mike Shal
5ff550ecd4
Bug 875013 - Remove VPATH from hal/; r=joey
2013-09-18 15:18:15 -04:00
Bobby Holley
497e849a07
Bug 915613 - Introduce a mechanism to get a default context for a runtime, and use that in js-ctypes. r=jorendorff
...
This causes us to use the SafeJSContext on main thread, and the singleton
JSContext on workers. I opted for the slightly-heavier-weight dynamic callback,
rather than just setting it as a member on the runtime, because we like to delay
the creation of the SafeJSContext a bit, so I didn't want to spin it up right
when we spin up the runtime.
2013-09-24 08:03:23 -07:00
Bobby Holley
cbb005c27a
Bug 917909 - Remove mLastContext hackery in workers. r=khuey r=billm
2013-09-24 08:03:23 -07:00
Bobby Holley
f8347268ea
Bug 917909 - Stop asserting that the last JSContext is destroyed outside of GC. r=billm
2013-09-24 08:03:23 -07:00
Bobby Holley
bcd6892931
Bug 917915 - Don't leave an exception pending in JS_ReportPendingException. r=jorendorff
2013-09-24 08:03:22 -07:00
Bobby Holley
d5328610cb
Bug 917593 - Don't assert for zero-length strings. r=Waldo
2013-09-24 08:03:22 -07:00
Jan de Mooij
fe63da64a4
Bug 918808 part 4 - Refactor Array.prototype.join to use the fast path in more cases. r=luke
2013-09-24 17:00:22 +02:00
Cykesiopka
8388cecb6b
Bug 914273 - Move JS_MODULES_PATH to mozbuild. r=joey
2013-09-24 10:29:30 -04:00
Ryan VanderMeulen
b897675ace
Backed out changeset d20b53c907ee (bug 863966) for leaks.
2013-09-24 10:22:41 -04:00
Mina Almasry
21974d408c
Bug 863966 - Improve perf of querySelector by caching selector list. r=bz
2013-09-24 09:20:58 -04:00
Trevor Saunders
13382afe82
bug 881636 - don't try and Update accessibles without there own content in DocAccessible::UpdateTree() r=surkov
2013-09-20 12:02:25 -04:00
Benoit Jacob
6a40be8e8c
Bug 900020 - fix compilation - no review, bustage
2013-09-24 08:21:55 -04:00
Benoit Jacob
9281a899f8
Bug 900020 - Renew the surface when we hit an incomplete default framebuffer in the compositor - r=nrc
2013-09-24 07:54:07 -04:00
Dan Minor
c9da574285
Bug 915245 - Add manifest support to cpp unittest harness; r=ted
2013-09-24 07:18:58 -04:00
Masayuki Nakano
224a14c928
Bug 912956 part.12 All event utils (macros and inline methods) should be methods of mozilla::WidgetEvent r=roc
2013-09-24 19:04:16 +09:00
Masayuki Nakano
110474e4ea
Bug 912956 part.11 Get rid of NS_EVENT_TYPE_* r=smaug
2013-09-24 19:04:16 +09:00
Masayuki Nakano
70c7884310
Bug 912956 part.10 Replace NS_EVENT_NULL in nsEventNameList.h with NS_EVENT since the argument specifies an event struct type r=smaug
2013-09-24 19:04:16 +09:00
Masayuki Nakano
295704279b
Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug
...
--HG--
rename : content/events/public/nsMutationEvent.h => content/events/public/MutationEvent.h
2013-09-24 19:04:16 +09:00
Masayuki Nakano
cd10ff1a44
Bug 912956 part.8 Create mozilla/MiscEvents.h r=roc
2013-09-24 19:04:15 +09:00
Masayuki Nakano
c8c7d06f2e
Bug 912956 part.7 Create mozilla/ContentEvents.h r=roc
2013-09-24 19:04:15 +09:00
Masayuki Nakano
8843e16218
Bug 912956 part.6 Create mozilla/TouchEvents.h r=roc
2013-09-24 19:04:15 +09:00
Masayuki Nakano
cc50c83773
Bug 912956 part.5 Create mozilla/MouseEvents.h r=roc
2013-09-24 19:04:15 +09:00
Masayuki Nakano
24b754535a
Bug 912956 part.4 Create mozilla/TextEvents.h r=roc
2013-09-24 19:04:15 +09:00
Masayuki Nakano
835a1fca99
Bug 912956 part.3 Create mozilla/BasicEvents.h r=roc
2013-09-24 19:04:14 +09:00