Commit Graph

103980 Commits

Author SHA1 Message Date
Dão Gottwald
3ed67646ef Bug 787275 - Location bar tooltip shows shortened URL when full location bar address is not visible. r=Unfocused
--HG--
extra : rebase_source : 495475dd10208f2eca49bb327faac131d44a103c
2012-09-05 17:43:19 +02:00
Ehsan Akhgari
911ceaf6d3 Bug 787743 - Set the cached private browsing flag on HttpBaseChannel::SetLoadGroup as well; r=jdm 2012-09-05 11:41:29 -04:00
Andrew Quartey
8c2e8bc0cc Bug 788397 - Remove extra ';' from nsPagePrintTimer::Run r=Ms2ger 2012-09-05 10:44:24 -04:00
Mike Hommey
b6a139ef99 Bug 787443 - CmdCmd.jsm and CmdCookie.jsm include Console.jsm with the wrong url. r=jwalker 2012-09-05 16:42:10 +02:00
Mike Hommey
140dfa414b Bug 782890 - browser.js includes SafeBrowsing.jsm and BrowserNewTabPreloader.jsm with the wrong url. r=gavin 2012-09-05 16:42:10 +02:00
Mike Hommey
35cf4e5266 Bug 784262 - Use generic install/copy rule in rules.mk. r=ted 2012-08-29 08:55:57 +02:00
Mike Hommey
06155edd25 Bug 785265 - Explicitely use sh -c instead of letting subprocess.Popen do it. r=ted 2012-09-05 16:42:09 +02:00
Mike Hommey
68052c3774 Bug 785269 - Replace a few DEPTH and relativesrcdir. r=ted,r=callek 2012-09-05 16:42:09 +02:00
Justin Lebar
0dbc52b145 Bug 787378 - Part 2: Tests for mozbrowserfirstpaint event. 2012-09-05 10:34:06 -04:00
Justin Lebar
fc6bed0372 Bug 787378 - Part 1: Fire a "firstpaint" event in iframe mozbrowser. 2012-09-05 10:34:06 -04:00
Geoff Brown
7c9a912940 Bug 783011 - Change order of command line args for android xpcshell tests; r=jmaher 2012-09-05 07:42:02 -06:00
Boris Zbarsky
4f2844b1a2 Bug 778150 part 3. Default attributes to infallible. Allow annotation of fallible attributes in WebIDL. r=peterv
The valid annotations are [Throws], [GetterThrows], and [SetterThrows], which can all either take no value or
be set to MainThread or Workers if the throwing behavior is only happening on main thread or in workers
2012-09-05 09:21:33 -04:00
Boris Zbarsky
2ec1495f64 Bug 778150 part 2. Default methods to infallible. Allow annotation of fallible methods in WebIDL using [Throws]. r=peterv
[Throws] can either take no value, or can take MainThread or Workers if the
throwing behavior is only happening on main thread or in workers.
2012-09-05 09:21:33 -04:00
Boris Zbarsky
f37002f468 Bug 778150 part 1. Remove the vestigial ability to specify infallibility stuff in the conf file. r=peterv 2012-09-05 09:21:33 -04:00
Patrick McManus
c101492d45 bug 499203 null deref in nsprotocolproxyservice::getprotocolinfo with null nsiuri r=biesi 2012-09-05 08:44:27 -04:00
Mounir Lamouri
a61f718b7d Bug 787102 - (2/2) - Dispatch the change event for textarea elements even if .value is set while focused. r=bz 2012-09-05 13:40:13 +01:00
Mounir Lamouri
23293ab89e Bug 787102 - (1/2) - Dispatch the change event for input elements even if .value is set while focused. r=bz 2012-09-05 13:39:33 +01:00
Patrick McManus
e69ea3ac2c bug 570283 - dont send http proxy-connection r=jduell 2012-09-05 08:38:01 -04:00
Patrick McManus
af997dfe72 bug 701562 ssl proxy not part of connection info hash r=duell 2012-09-05 08:34:43 -04:00
Patrick McManus
e69801cef8 bug 652928 add socks proxy host:port information to connection info key r=jduell 2012-09-05 08:32:28 -04:00
Patrick McManus
384f94364d bug 648603 - update connection limits; especially for proxies r=jduell 2012-09-05 08:27:31 -04:00
Alexander Surkov
9ed9acca9d Bug 761102 - focus may be missed when ARIA active-descendant is changed on active composite widget, r=tbsaunde, f=davidb 2012-09-05 20:03:39 +09:00
Robert O'Callahan
b3739ebb38 Bug 787089. Rip out mUpdatePluginGeometryForFrame optimization. It's not known to be a significant win, and creates problems when prescontext ancestor chains are broken; the complexity probably isn't worthwhile. Also, soon (or now) we can rework plugin bounds computation to be use the display list built for rendering. r=matspal
--HG--
extra : rebase_source : 0394fcb5111b8b96b5f8ce48e20d6e5503f9ccf7
2012-09-05 22:30:10 +12:00
Robert O'Callahan
9cdb4ee0d8 Bug 785588. Perform asynchronous scroll operations before firing requestAnimationFrame callbacks. r=tnikkel
--HG--
extra : rebase_source : 3c1439773981db4ea1b957db4351f50899229130
2012-09-05 22:29:15 +12:00
Robert O'Callahan
72d8ae53e3 Bug 787623. Call MarkContextClean immediately if we're not going to receive a DidTransactionCallback. r=joedrew
--HG--
extra : rebase_source : 459c517fba4b6c2e6e6d95200aebec9369c0edb6
2012-09-05 22:28:23 +12:00
Shih-Chiang Chien
07e6f01958 Bug 784590 - No onchange event after seleted options by value selector(mozbrowser <select>), r=fabrice 2012-09-05 14:10:55 +08:00
Tim Taubert
07d5947e7c Bug 776928 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored. r=dao 2012-09-05 07:52:31 +02:00
Shian-Yow Wu
716e12df6a Bug 787406 - B2G Network Manager: Allow only one default route at the same time. r=philikon. 2012-09-05 13:29:48 +08:00
Chris Jones
c295d6b67a Bug 780074: Change the fps counter to provide better estimates of instantaneous fps. r=jrmuizel 2012-09-04 22:17:13 -07:00
Brad Lassey
bb24bf1acb bug 761503 - return a bool from PumpMessageLoop to indicate if work was performed r=snorp 2012-06-05 01:14:12 -04:00
Chris Pearce
6490193b29 Bug 788387 - Add -moz-box-sizing:border-box to :-moz-full-screen. r=roc 2012-09-05 15:54:11 +12:00
Boris Zbarsky
014989bd72 Revert changeset b96a7ceeb647, since it had no effect on build stuff. Bug 787498, no review, DONTBUILD 2012-09-04 23:04:37 -04:00
Boris Zbarsky
4596d4afa2 Bug 787131. Move management of primary content state stuff from the nsSubDocumentFrame into the nsFrameLoader, so it works on display:none elements. r=jlebar 2012-09-04 23:00:26 -04:00
Benjamin Peterson
68d4f8a07b Bug 785305 - Teach Reflect.parse about the strange parse node structure of defaulted formals that alias functions. r=jorendorff 2012-09-04 22:40:53 -04:00
Ryan VanderMeulen
29e291cda7 Backout 7887ace84c7d (bug 786801) due to mochitest-other orange. 2012-09-04 22:36:50 -04:00
Nicholas Nethercote
c233d1f02e Bug 788099 - Remove BytecodeEmitter::constMap. r=luke.
--HG--
extra : rebase_source : eb1d3c9744641f34d31216b1eacf96f61f31f413
2012-09-04 19:07:54 -07:00
Donovan Preston
e3fcc23568 Bug 784897 - Remove nsITCPSocket constants. r=sicking 2012-09-04 22:23:53 -04:00
Ryan VanderMeulen
1de6d427b0 Merge m-c to inbound. 2012-09-04 22:23:49 -04:00
Scott Johnson
61da80f558 Bug 787267: Add capability to import-tests.py to mark tests as failing. [r=dbaron] 2012-09-04 20:57:32 -05:00
Ryan VanderMeulen
9dbc069e42 Merge the last PGO-green inbound changeset to m-c. 2012-09-04 21:45:09 -04:00
Siddharth Agarwal
0f206c678a Bug 787658 - Recalculate mtime once the target is built. r=khuey 2012-09-04 21:30:32 -04:00
Timothy Guan-tin Chien
d66ba47cce Bug 788094 - B2G RIL: SIM card state keywords is different between code and IDL. r=philikon 2012-09-04 21:01:57 -04:00
Anthony Jones
a9b6e1e92e Bug 788087 - Apply matrices to Azure/Cairo patterns. r=joe 2012-09-04 21:01:57 -04:00
Marco Castelluccio
39694d9132 Bug 788042 - Use MOZ_X11 instead of MOZ_WIDGET_GTK2 under gfx/layers. r=karlt 2012-09-04 21:01:57 -04:00
Jan Beich
bb19914fe6 Bug 788039 - With no prefix, search libevent via pkg-config. r=glandium 2012-09-04 21:01:57 -04:00
Masatoshi Kimura
0995312fe0 Bug 784367 - Encode/decode document.cookie as UTF-8 per HTML5 spec. r=bz 2012-09-04 21:01:57 -04:00
Mike Habicher
15e34763e4 Bug 779139 - Make DOM-facing camera objects cycle collection participants. r=jst
--HG--
rename : dom/camera/CameraControl.h => dom/camera/CameraControlImpl.h
rename : dom/camera/GonkCameraCapabilities.cpp => dom/camera/DOMCameraCapabilities.cpp
2012-09-04 21:01:56 -04:00
Ryan VanderMeulen
3bc2958a71 Merge m-c to inbound. 2012-09-04 21:01:50 -04:00
Chris Jones
4957ad3fea Bug 785237: Give prelaunch processes background priority, and move the background oom_adj up (down?) a class. r=jlebar 2012-09-04 17:36:16 -07:00
Anthony Jones
783a17b0c1 Bug 773460 - Change the default canvas over to Azure; r=nrc 2012-09-05 12:05:40 +12:00