Ryan VanderMeulen
ac830b6ab3
Backout e54c650e8748 (bug 737239) due to lack of proper reviews.
2012-04-09 21:06:34 -04:00
Kyle Huey
902e133eab
Refix bug 741248 harder. r=me
2012-04-09 17:41:22 -07:00
Brian Hackett
d73b9c4ac3
Don't disable call ICs with the callee frame still on the stack, bug 743088. r=luke
2012-04-09 17:33:42 -07:00
Margaret Leibovic
f28b3ffedd
Bug 741590 - Database migration to combine history entries with the same URL. r=rnewman
2012-04-09 17:28:59 -07:00
Margaret Leibovic
3b2c7e0443
Bug 741590 - Test for new updateOrInsertHistory method. r=rnewman
2012-04-09 17:28:59 -07:00
Margaret Leibovic
d52eb623e4
Bug 741590 - Create updateOrInsertHistory method for BrowserProvider. r=rnewman
2012-04-09 17:28:59 -07:00
Wes Johnston
c02b67c323
Bug 739215 - Favicon for about:firefox. r=mfinkle
2012-04-09 17:19:08 -07:00
Wes Johnston
7aff2947b9
Bug 739514 - Update database version. r=mleibovic
2012-04-09 17:14:51 -07:00
Robert O'Callahan
c32be66d57
Bug 610713. Disable acceleration in popup widgets to work around Windows/driver bugs. r=bas
2012-04-10 11:52:50 +12:00
Brian Hackett
8d5d467e8a
Stop precisely tracking arguments and locals beyond a 1000 variable threshold, bug 735974. r=dvander
2012-04-15 21:38:53 -07:00
Brian Hackett
1e885365ff
Check type compatibility when coercing RootedVar to Handle, bug 745361. r=luke
2012-04-15 21:19:44 -07:00
Max Li
b6e8036e56
Bug 740702 - nsHyperTextAccessible::GetDOMPointByFrameOffset should take nsAccessible*, r=tbsaunde
2012-04-14 22:24:37 -04:00
Justin Lebar
cc45102b4b
Bug 741378 - Part 3: Fix test_memoryReporters bustage. r=njn
2012-04-16 13:47:07 +10:00
Matthew Gregan
7c6d981b4b
Bug 742160 - Import AudioUnit cubeb backend. r=doublec
2012-04-16 15:04:42 +12:00
Matthew Gregan
b622e34f64
Bug 742154 - Work around media crashtest shutdown hang in cubeb_winmm. r=cpearce
2012-04-16 15:00:40 +12:00
Matthew Gregan
cfefa73214
Bug 723793 - Lazily initialize libcubeb on first use. r=roc
2012-04-16 15:00:12 +12:00
Justin Lebar
5c52a049fc
Bug 741378 - Part 2: Update telemetry to report js-gc-heap-committed.
2012-04-16 12:20:55 +10:00
Justin Lebar
fcfe8663d1
Bug 741378 - Rejigger the js memory reporters to match jemalloc's. r=njn
2012-04-16 12:20:54 +10:00
Justin Lebar
3224a73351
Back out changeset 21f34fdd64a3 (bug 741378) because it breaks telemetry. r=me
2012-04-16 11:34:00 +10:00
Justin Lebar
53370f1873
Bug 741378 - Rejigger the js memory reporters to match jemalloc's. r=njn
2012-04-16 11:17:26 +10:00
Bobby Holley
e5b3f77326
Bug 745483 - Don't assert that TI is enabled when the pref is disabled. r=jdm
2012-04-15 17:54:03 -07:00
Bobby Holley
57c411f141
Bug 743843 - Introduce the options object for Components.Exception. r=Ms2ger,sr=mrbkap
2012-04-15 17:51:37 -07:00
Bobby Holley
81d2fb5c67
Bug 743843 - Ditch the confusing switch-based parsing and add some comments. r=Ms2ger
2012-04-15 17:51:36 -07:00
Bobby Holley
962fe6a512
Bug 743843 - Factor individual argument parsers into helper methods. r=Ms2ger
2012-04-15 17:51:36 -07:00
Bobby Holley
b94bf966aa
Bug 743843 - Factor out Exception argument parsing into a helper class. r=Ms2ger
...
For ease of reviewing, note that there are only 2 changes to the big switch statement:
1 - return ThrowAndFail(...) -> return false.
2 - eMsgBytes -> messageBytes
2012-04-15 17:51:36 -07:00
Bobby Holley
5ad283e61f
Bug 745422 - Factor fundamental traps into js::AbstractWrapper. r=gal
2012-04-15 16:43:14 -07:00
OHZEKI Tetsuharu
1f825af3bd
Bug 745525 - Use handleEvent in PopupNotifications r=dolske
2012-04-15 19:21:25 -04:00
OHZEKI Tetsuharu
dfd0c996fe
Bug 745524 - Minor code cleanup in PopupNotifications.jsm. r=dolske
2012-04-15 19:11:41 -04:00
Josh Aas
ea708e3e6b
Bug 745241: Clean up some plugin stream functions. r=bsmedberg
2012-04-15 17:34:01 -04:00
Benoit Jacob
5bc178dcdd
Bug 734657 - Upgrade ANGLE to r1042 - no review
...
The upstream is at:
http://code.google.com/p/angleproject/
This update allows to pass all conformance tests on Windows with ANGLE renderer; also fixes 2 crashes (see dependent bugs).
2012-04-15 15:05:00 -04:00
Patrick McManus
e011226c9f
bug 745379 - mistake in spdy/2 spec reversed actual priority values r=honzab
2012-04-15 13:11:23 -04:00
Jonathan Kew
0689ff6717
bug 740120 - reftest for context-sensitive lowercase sigma mapping. r=smontagu
2012-04-15 15:52:47 +01:00
Jonathan Kew
fe06ef8bbd
bug 740120 - implement context-sensitive mapping for Greek sigma in text-transform:lowercase. r=smontagu
2012-04-15 15:52:47 +01:00
Jonathan Kew
1a6e23b12d
bug 745454 - don't lose line-break flag when merging case-transformed characters in text run. r=smontagu
2012-04-15 15:52:47 +01:00
Ms2ger
f47ecefa7d
Merge m-c to m-i.
2012-04-15 16:43:52 +02:00
Kartikaya Gupta
1a95faf9af
Bug 745501 - Make sure simple string prefs get sent to Java properly. r=mfinkle
2012-04-15 09:34:14 -04:00
Jason Duell
03721779fd
Bug 742174 - Allow empty Location header. r=mcmanus
2012-04-09 16:50:35 -07:00
Nicholas Nethercote
04470bd3ad
Bug 742163 (follow-up) - Unbreak --disable-methodjit. r=Ms2ger.
2012-04-09 16:41:27 -07:00
Nicholas Nethercote
a6b25d88ec
Bug 739512 - Patch 2b: rename nClosed{Args,Vars}() as numClosed{Args,Vars}(). r=luke.
2012-04-09 16:37:16 -07:00
Masatoshi Kimura
7e85ab5bc1
Bug 743451 - Workaround for ISO date parsing bug. r=bent
2012-04-09 18:43:47 -04:00
Kyle Huey
12e954815a
Merge fx-team to m-c to please philor.
2012-04-09 14:51:54 -07:00
Matt Brubeck
7b69e15fba
Back out 17e4143dd6f0 (bug 737509) on suspicion of causing a crash in browser_tabview_bug597248.js
2012-04-09 14:45:13 -07:00
Kyle Huey
b39f35cd0c
Refix bug 741248. r=me
2012-04-09 13:48:44 -07:00
Steven Michaud
ac98433bd9
Bug 737509 - [10.5] Crash in _cairo_quartz_surface_mask @ _cairo_user_data_array_fini. r=jmuizelaar
2012-04-09 13:58:34 -05:00
Matt Brubeck
4ee87a2a2f
Merge last green changeset from inbound to mozilla-central
2012-04-09 10:05:48 -07:00
Girish Sharma
a8490ef635
Bug 729960 - Source Editor: add shortcuts to quickly jump to the code block start and end; r=msucan
2012-04-09 13:31:45 +03:00
Girish Sharma
53477a2d1d
Bug 739192 - Source Editor should toggle comment on line or selection with one key binding; r=msucan
2012-04-09 13:31:45 +03:00
Philipp von Weitershausen
90524a5e2d
Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap
2012-04-09 15:47:42 +08:00
Blake Kaplan
62aec13cf4
Backed out changeset 22521568cf79. It accidentally removed a file.
2012-04-09 15:44:53 +08:00
Philipp von Weitershausen
6607a1bdf2
Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap
...
--HG--
extra : rebase_source : ceca6081c1e775ecb8f82799d2c39d1c7ec3a9ea
2012-04-09 15:19:35 +08:00