Commit Graph

148170 Commits

Author SHA1 Message Date
Dan Gohman
852cc698b9 Bug 917991 - Note a non-trivial implicit coupling. r=luke 2013-09-24 09:58:58 -07:00
Dan Gohman
ac6a4abe8f Bug 917991 - Use higher-level MacroAssembler interfaces in a few more places. r=luke 2013-09-24 09:58:52 -07:00
Dan Gohman
b3acf79b32 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
c9fafbd13e Bug 900683 - IonMonkey: Register allocation niceties. r=bhackett 2013-09-24 09:25:13 -07:00
Joey Armstrong
95175aeee8 bug 883350: move SDK_HEADERS to mozbuild r=mshal 2013-09-24 12:17:26 -04:00
Dan Gohman
47fccda947 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
4ca3859f19 Bug 782546 - Mark test_transformed_scrolling_repaints_3.html as random on Linux 64. 2013-09-24 11:56:29 -04:00
Ed Morley
c8be45e5ca Backed out changeset 505fe9841b16 (bug 915940) on suspicion of Windows PGO-only compilation failures 2013-09-24 16:49:11 +01:00
Georg Fritzsche
f79acdcdb8 Bug 790483 - Fix dependency on stale plugin enabledState in accessible tests. r=surkov 2013-09-24 17:21:49 +02:00
Georg Fritzsche
e0164d8616 Bug 790483 - click-to-play plugins fail to show placeholder after resizing. r=jaws 2013-09-17 23:23:05 +02:00
Benoit Girard
a9670206fe Bug 919712 - Add labels in IPC message wait. r=benjamin 2013-09-24 11:40:01 -04:00
Dan Gohman
aa74f0120c Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn 2013-09-24 08:21:22 -07:00
Mike Shal
77e5b07ed7 Bug 875013 - Remove VPATH from hal/; r=joey 2013-09-18 15:18:15 -04:00
Bobby Holley
986a60874a 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
b1772a3a73 Bug 917909 - Remove mLastContext hackery in workers. r=khuey r=billm 2013-09-24 08:03:23 -07:00
Bobby Holley
cd27858ebb 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
308eae6af4 Bug 917915 - Don't leave an exception pending in JS_ReportPendingException. r=jorendorff 2013-09-24 08:03:22 -07:00
Bobby Holley
43d3b4a447 Bug 917593 - Don't assert for zero-length strings. r=Waldo 2013-09-24 08:03:22 -07:00
Jan de Mooij
2a084d8ebd 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
8bbc511111 Bug 914273 - Move JS_MODULES_PATH to mozbuild. r=joey 2013-09-24 10:29:30 -04:00
Ryan VanderMeulen
a042ae2926 Backed out changeset d20b53c907ee (bug 863966) for leaks. 2013-09-24 10:22:41 -04:00
Mina Almasry
40682fda49 Bug 863966 - Improve perf of querySelector by caching selector list. r=bz 2013-09-24 09:20:58 -04:00
Trevor Saunders
ad1e5b016d 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
78d2b1083d Bug 900020 - fix compilation - no review, bustage 2013-09-24 08:21:55 -04:00
Benoit Jacob
b705464fbe 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
a261521c85 Bug 915245 - Add manifest support to cpp unittest harness; r=ted 2013-09-24 07:18:58 -04:00
Masayuki Nakano
9586dcc4ba 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
39e2f6dc6f Bug 912956 part.11 Get rid of NS_EVENT_TYPE_* r=smaug 2013-09-24 19:04:16 +09:00
Masayuki Nakano
5f23c94550 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
754420fdfd 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
d33f3e133a Bug 912956 part.8 Create mozilla/MiscEvents.h r=roc 2013-09-24 19:04:15 +09:00
Masayuki Nakano
b2a36ed4e6 Bug 912956 part.7 Create mozilla/ContentEvents.h r=roc 2013-09-24 19:04:15 +09:00
Masayuki Nakano
488e8b2c96 Bug 912956 part.6 Create mozilla/TouchEvents.h r=roc 2013-09-24 19:04:15 +09:00
Masayuki Nakano
18cf13630a Bug 912956 part.5 Create mozilla/MouseEvents.h r=roc 2013-09-24 19:04:15 +09:00
Masayuki Nakano
3dd88b59ba Bug 912956 part.4 Create mozilla/TextEvents.h r=roc 2013-09-24 19:04:15 +09:00
Masayuki Nakano
5bf1259e9f Bug 912956 part.3 Create mozilla/BasicEvents.h r=roc 2013-09-24 19:04:14 +09:00
Masayuki Nakano
2a465d3e36 Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
--HG--
rename : widget/nsEvent.h => widget/EventForwards.h
2013-09-24 19:04:14 +09:00
Jon Coppeard
6a86c9711c Bug 906091 - Post-barrier globals, but only add to the store buffer on first write r=terrence 2013-09-24 10:08:35 +01:00
Jon Coppeard
e1947bb97c Bug 912567 - Add post barrier for newTypeObjects r=bhackett 2013-09-24 10:03:57 +01:00
Jon Coppeard
1b245e7684 Bug 912567 - Split HashMap/HashSet::rekey() into rekey() and rekeyIfMoved() r=terrence 2013-09-24 10:03:32 +01:00
Jacek Caban
822115bfb3 Bug 919513 - content/media/directshow fails to compile on GCC. r=cpearce 2013-09-24 10:41:00 +02:00
Jacek Caban
fda7a45f63 Bug 883522 - undef GetMessage in nsIDOMGeoPositionError.idl to avoid conflicts with PSDK headers. 2013-09-24 10:40:25 +02:00
Jacek Caban
3c628ebd15 Bug 919479 - cairo fails to compile on mingw r=BenWa 2013-09-24 10:39:58 +02:00
Carsten "Tomcat" Book
a88b8cb20a Backed out changeset f9fd3a1b03ed (bug 911678) for suspicion of causing nearly perma-orange on OSX Mochi-Browser Chome Tests 2013-09-24 10:26:07 +02:00
Victor Porof
c6230b20c5 Bug 916747 - Request longer timeout for browser_dbg_breakpoints-contextmenu.js, r=me 2013-09-24 11:11:17 +03:00
Victor Porof
7d26994025 Bug 860349 - Don't do a thread dispatch when performing the test in browser_dbg_chrome-create, r=me 2013-09-23 20:00:03 +03:00
Timothy Nikkel
fd8a8b8de0 Bug 862602. Turn on image visibility for android so we don't keep all images in foreground tab locked. r=kats 2013-09-24 01:30:27 -05:00
Jeff Muizelaar
a67b0b5676 Bug 916535. Avoid using repeating gradients for tiling when it won't work. r=roc
Avoiding normalization introduced in bug 895135 caused gradientStart/Stop to
not correspond to the firstStop and lastStop. This can cause us to incorrectly
decide to use the repeat fast path. This patch switches takes us back to the
same condition as we had before the regression.

--HG--
extra : rebase_source : f335e1db9166213115354eb14dbe90b09127a68b
2013-09-24 00:04:36 -04:00
Daniel Holbert
94a7238fff (no bug) Replace two c-style casts in nsFrame.cpp with const_cast<>. (no review; trivial/non-functional) 2013-09-23 21:04:08 -07:00
Makoto Kato
a1742b9bb3 Backout changeset 28aab9d91f12 (Bug 916071) 2013-09-24 12:55:46 +09:00