Commit Graph

265412 Commits

Author SHA1 Message Date
Ben Turner
7705855055 Backed out changeset 1f3643b7de2d 2012-02-23 07:09:11 -08:00
Jim Mathies
6285d37e41 Bug 699247 - Never call nsNotifyAddrListener's CheckAdaptersAddresses on the main thread and warn if somebody does. r=m_kato 2012-02-23 08:53:58 -06:00
Masatoshi Kimura
651eabedd7 Bug 699247 - Remove Win2K related code. r=jimm, sr=neil 2012-02-23 08:53:55 -06:00
Ben Turner
5d09f9ba63 Bug 717414 - 'Telephony: Make calls array live'. r=sicking. 2012-02-23 03:48:35 -08:00
Florian Boesch
401b77d113 Bug 728354 - Implement WebGL EXT_texture_filter_anisotropic extension *proposal* - r=bjacob
The spec proposal for this extension is at
  https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/extensions/proposals/EXT_texture_filter_anisotropic/index.html

This adds a conformance test as well, that will have to be merged upstream.
2012-02-23 08:43:57 -05:00
Cervantes Yu
eda9cbfbb7 Bug 709590 - Update screen orientation from sensor notification. r=jlebar 2012-02-23 14:25:53 +01:00
Mark Capella
c15bf6c02a Bug 407221 - Improve l10n notes for tagResultLabel and bookmarkResultLabel. r=mak 2012-02-23 14:25:13 +01:00
Aryeh Gregor
82315b5bd1 Bug 719503 - selection.deleteFromDocument() throws for collapsed selection; r=ehsan 2012-02-22 10:38:25 -05:00
Matthew Schranz
e6f5aa8906 Bug 698381 - Make Node.cloneNode aDeep argument optional, default to true. r=smaug 2012-02-23 14:23:30 +01:00
Robert Kaiser
2a964e5f93 bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - engine.name, r=gavin
--HG--
extra : transplant_source : 3%DDX%AB%B3I%CAbM%3D%088x%C1Mv%D4%A9%2C%9A
2012-02-23 13:50:15 +01:00
Nicholas Nethercote
1db76d424a Bug 729403 (part 2) - Add js/runtime/gc-marker memory reporter. r=wmccloskey.
--HG--
extra : rebase_source : 9f078515b971e3de4156bb3edd3f8aea74c9fa8f
2012-02-21 21:43:45 -08:00
Nicholas Nethercote
c6670bbe70 Bug 729403 (part 1) - Add Vector::sizeOf{In,Ex}cludingThis(). r=luke.
--HG--
extra : rebase_source : 850abf71178c5a23198561560d00ecd970db0cc1
2012-02-21 20:58:40 -08:00
Matthew Gregan
b6594a89ec Bug 634564 - Re-enable test_closing_connections. 2012-02-27 12:51:52 +13:00
Matthew Gregan
4bf67123b1 Bug 634564 - Don't reset load-in-background flag when moving completed media load into the foreground. r=cpearce 2012-02-24 14:07:35 +13:00
Phil Ringnalda
9a44085db6 Merge central to inbound 2012-02-26 15:15:02 -08:00
Chenxia Liu
c09c734983 Bug 730189 - Fix internet connection check. r=rnewman 2012-02-26 13:56:29 -08:00
Brian R. Bondy
079540f7c6 Bug 632556 - Run nsIFile::Reveal/Launch asynchronously. r=bsmedberg 2012-02-26 16:46:38 -05:00
Nicholas Nethercote
3bc1ae7585 Bug 730182 - Show location for "[System Principal]" compartments in about:compartments. r=bholley.
--HG--
extra : rebase_source : 084b36938e00058503fba426aeb42ca5cd85698d
2012-02-26 13:23:32 -08:00
Andrew McCreight
a2b9892187 Bug 730357 - factor out common NoteChild code. r=smaug 2012-02-26 13:18:44 -08:00
Michael Ratcliffe
f89244a66c Bug 728833 - String change in styleinspector.properties whitout changing name; r=past 2012-02-20 11:53:33 +00:00
Michael Ratcliffe
238a2b985a Bug 727867 - Rule view indicate when invalid values are entered; r=dcamp 2012-02-25 15:30:51 +00:00
Michael Ratcliffe
64c78ccb19 Bug 707940 - Rule view should maintain user entered values; r=msucan,dcamp 2012-02-23 12:24:23 +00:00
Michael Ratcliffe
4db4ab8874 Bug 592743 - Style inspector specificity calculator makes mistakes; r=jwalker 2012-02-28 14:26:05 +00:00
Victor Porof
7f112feed5 Bug 731523 - Fix typos in GCLI (tilt related commands); r=jwalker,francesco.lodolo 2012-02-29 10:03:15 +02:00
Paul Rouget
acbd224e17 Bug 730596 - Make the HTML Panel context menu more generic (should work even if the HTML Panel is closed); r=rcampbell 2012-02-25 20:08:37 +01:00
Victor Porof
7be3dbe6bf Bug 690404 - Simplify the script name in the script debugger; r=past 2012-02-29 19:20:02 +02:00
Victor Porof
ffb48e3916 Bug 723047 - Stack frames should display the location next to the function name; r=past 2012-02-25 11:04:07 +02:00
Geoff Lankow
2abd364d27 Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao 2012-02-19 22:47:06 +13:00
Mike Hommey
fe06cd2f8f Bug 729666 - Remove clock_gettime check in js/src/configure.in. r=khuey 2012-02-23 11:01:31 +01:00
Mike Hommey
b81ee70b4a Bug 728968 - Detect clock_gettime when it's not in -lrt. r=khuey 2012-02-23 11:00:46 +01:00
Mike Hommey
90431b093f Bug 728229 - Allow to build with system python ply library. r=ted 2012-02-23 11:00:18 +01:00
Mike Hommey
e3f391ba6f Bug 728071 part 3 - Don't rebuild nsAndroidStartup.o when buildid changes. r=khuey 2012-02-23 10:58:22 +01:00
Mike Hommey
34a5114815 Bug 727960 part 2 - Don't set MOZ_LINKER_CACHE if it was already set. r=mfinkle 2012-02-23 10:57:56 +01:00
Justin Lebar
fc32ec463a Bug 729453 - Decrease stack allocation in nsTArray::SwapArrayElements from 8KB to 64B. r=roc 2012-02-22 12:26:21 +01:00
Lazar Sumar
722dd03f66 Bug 729126 - Make NS_ABORT_IF_FALSE fire on failure for only some callers of AddCSSValuePixelPercentCalc (the existing ones, and not the new ones added in bug 522607). r=dbaron 2012-02-23 11:40:41 +13:00
Phil Ringnalda
06fa50e27e Back out 3d8fc342348b (bug 469434) for browser_contextmenu.js timeouts 2012-02-22 22:11:48 -08:00
Geoff Lankow
c646f211b4 Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao 2012-02-19 22:47:06 +13:00
Jesse Ruderman
139fbf48c8 Fix typo (no bug, DONTBUILD) 2012-02-22 20:16:29 -08:00
Luke Wagner
e3a18d2db4 Bug 720289 - Back out most of bug 699974 (r=jst) 2012-02-22 19:39:29 -08:00
Alexander Surkov
c167d020ca Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
Brian Nicholson
6d904171f6 Bug 725609 - Bookmarklet test. r=mfinkle,gbrown 2012-02-22 18:26:04 -08:00
Brian Nicholson
70f1a34dcd Bug 725609 - Add timeout tasks to test framework. r=jmaher 2012-02-22 18:26:04 -08:00
Brian Nicholson
15fb77c4c5 Bug 725609 - Add Fennec bookmarklet support. r=mfinkle 2012-02-22 18:26:04 -08:00
Jonathan Watt
8a7a52a90b Bug 726400 - Intermittent one pixel failure for svg/smil/anim-path-d-01.svg on mozilla-inbound, WinXP - mark test as fuzzy on WinXP. r=dholbert 2012-02-22 16:40:18 -08:00
Ed Morley
f5abf8a638 Backout 5f235a1502dd (bug 726400) for reftest orange 2012-02-23 01:16:35 +00:00
Ed Morley
26fe274d1d Merge mozilla-central to mozilla-inbound 2012-02-23 01:03:16 +00:00
Jonathan Watt
9891a941c6 Bug 726400 - Intermittent one pixel failure for svg/smil/anim-path-d-01.svg on mozilla-inbound, WinXP - mark test as fuzzy on WinXP. r=dholbert 2012-02-22 16:40:18 -08:00
Daniel Holbert
a66edabba0 backout 29ee49bff6a1 (Bug 726396) due to webgl test failures 2012-02-22 16:37:36 -08:00
Daniel Holbert
1537335538 Backout 5311f051974e (Bug 729272) due to webgl test failures 2012-02-22 16:36:43 -08:00
Masatoshi Kimura
d7e66cef1d Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger 2012-02-23 01:34:14 +01:00