Commit Graph

258231 Commits

Author SHA1 Message Date
Ed Morley
4a9415481d Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey 2011-11-22 11:54:50 +00:00
Ed Morley
0654ab4131 Backout 8ceaedf06a57, f67977dea071 & 3fcaee9224ce (bug 704230) since bug 686466 does the same thing for all platforms; a=glandium 2011-11-22 11:44:41 +00:00
Henri Sivonen
a2af0efdca Bug 704284 - Null check mResponseXML in nsXMLHttpRequest::IsWaitingForHTMLCharset(). r=smaug. 2011-11-22 13:23:46 +02:00
Mounir Lamouri
61ee629f94 Bug 703610 - Return level=1.0 when the battery is full (Battery API UPower backend). r=cjones 2011-11-22 10:36:22 +01:00
Mounir Lamouri
1b0d327de1 Bug 702858 - Do not stop listening to battery changes when in the background on Android. r=cjones 2011-11-22 10:35:53 +01:00
Henri Sivonen
030d0bffb8 Bug 704034 - Replace old pre-interned looping attributes with a single loop attribute in the HTML parser. rs=smaug. 2011-11-22 10:29:14 +02:00
Mike Hommey
ead8a1ff64 Bug 696555 - Move update.locale into omni.jar. r=rstrong 2011-11-22 08:05:59 +01:00
Mike Hommey
29e01f8469 Bug 686466 part 3 - Use a pre-generated nsXREAppData struct instead of application.ini. r=ted,bsmedberg
--HG--
rename : build/application.ini => build/application.ini.in
2011-11-22 08:05:59 +01:00
Mike Hommey
5542d6e6f9 Bug 686466 part 2 - Use centralized application.ini creation for mobile. r=ted 2011-11-22 08:05:59 +01:00
Mike Hommey
13f3ee887e Bug 686466 part 1 - Centralize application.ini creation. r=ted
--HG--
rename : browser/app/application.ini => build/application.ini
2011-11-22 08:05:59 +01:00
Alexander Surkov
592b26162a Bug 703198 - JAWS doesn't announce combobox navigation in collapsed combobox, r=marcoz 2011-11-22 13:01:02 +08:00
Ben Turner
e5e9301fef Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
--HG--
extra : transplant_source : /%A2p%D8.%08%B3%FC%B3%1E%1B%90e%F3%D1%804.8%8C
2011-11-21 20:18:29 -08:00
Ben Turner
9620d104ce Bug 702889 - IndexedDB: Change SQL schema and some cursor queries for faster performance. r=sicking.
--HG--
extra : transplant_source : %14T5%5BR%94%8Dn%95%B5%2CMD%E9%EB%F4%EE9%DB5
2011-11-21 20:18:25 -08:00
Ben Turner
7cf0b507f9 Bug 692652 - IndexedDB: Index updating is broken. r=sicking.
--HG--
extra : transplant_source : %92%5BBT%93%BA%3DO%D7%03v%B7%88%01%3AjZ%D0%81%AA
2011-11-21 20:18:19 -08:00
Makoto Kato
9abb407690 Bug 703942 - get rid of *WithConversion (plugin part). r=josh 2011-11-22 12:14:00 +09:00
Nicholas Nethercote
882791c0e6 Bug 703456 - Kill REPORT_BUILD; kill it dead. r=ted. 2011-11-21 18:47:54 -08:00
Ed Morley
ef0eaaa132 Merge mozilla-central to mozilla-inbound 2011-11-22 02:42:27 +00:00
Ed Morley
d0c94f52ef Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-22 02:36:57 +00:00
Steve Workman
e80c212d1f Bug 694325: Add threadsafe getaddrinfo to libmozutils; restore multi-threading to nsHostResolver for DNS requests. r=mwu 2011-11-21 18:21:21 -08:00
Matt Brubeck
5618c104f9 Back out 22f61e71c108 (bug 215926) for test failures 2011-11-21 16:46:13 -08:00
Chris Pearce
f4c97fdcf9 Bug 604682 - Remove unnecessary copy of audio data when there's no MozAudioAvailable event listener. r=smaug,kinetik 2011-11-22 13:34:21 +13:00
Brian Hackett
568172b4f0 Remove bogus assert, bug 696039. r=dvander 2011-11-21 19:15:38 -05:00
Bill McCloskey
71998e93fb Bug 704317 - Disable nightly checking for cross-compartment pointers in GC (r=gregor) 2011-11-21 15:45:09 -08:00
Dave Townsend
b6eea8956e Removing debug logging that was accidentally left in the patch for bug 703154. 2011-11-21 14:37:03 -08:00
Jared Wein
0d32bdeb16 Bug 698940 - Remove throbber from HTML5 <audio>. r=dolske 2011-11-21 13:24:36 -08:00
Joe Walker
b343a68972 Bug 699001 - fieldSelectionSelect in gcli.properties should use … instead of '...'; r=dcamp 2011-11-21 15:56:08 -04:00
Doug Turner
2dd18a43b6 Bug 704230 - Use nsXREAppData instead of extracting and reading back in files. r=blassey
--HG--
extra : rebase_source : 76f0f062ba3cb5247922eaa2b585bda964df9a7b
2011-11-21 11:40:20 -08:00
Doug Turner
9a2db500c1 Bug 704230 - Use nsXREAppData instead of extracting and reading back in files. Temp workaround. r=blassey
--HG--
extra : rebase_source : 19fb78e15a6f6bb6f6ac61dd721409a9710a30d0
2011-11-21 11:40:10 -08:00
Doug Turner
5c0f4a2a3b no bug - Don't harcode the appID in nsAndroidStartup.cpp [r=ted] (from birch)
--HG--
extra : rebase_source : 6b59b4559422af30721f70492bf4cebecb0334ce
2011-11-21 16:08:34 -08:00
Jeff Walden
df2b7cbc5c Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones
--HG--
extra : rebase_source : d95a3b3e726f810f299314358ba8c5e23557698e
2011-11-20 22:21:16 -08:00
Jeff Walden
d2d9341b8a Bug 704127 - Move C++ attribute support out of mozilla/Types.h and into mozilla/Attributes.h so that it can be used by code that's not yet compatible with the full mfbt experience. r=cjones
--HG--
extra : rebase_source : 7b653358a73f222c055f5139e33ca470475f88c9
2011-11-20 12:22:51 -08:00
Michal Novotny
339a6fdd59 Bug 477635 - 'blind' download ftp folder inaccessible since 3.0.5 ~ 3.0.6 - 550 PWD 2011-11-23 02:11:39 +01:00
Patrick McManus
8064e5a172 bug 704004 websockets null check of channel before calling close on it r=jduell 2011-11-22 18:42:59 -05:00
David Anderson
17e871eaeb Remove browser prefs for the tracer (bug 698201 part 7, r+sr=gal). 2011-11-22 17:41:43 -05:00
David Anderson
bd3e4935ce Remove tracer from XPConnect (bug 698201 part 6, r=bholley). 2011-11-22 17:41:43 -05:00
David Anderson
bac3c4eebc Remove LeaveTrace and related structures (bug 698201 part 5, r=luke). 2011-11-22 17:41:43 -05:00
David Anderson
66a9ff0dee Remove JS_TRACER define use (bug 698201 part 4, r=bhackett). 2011-11-22 17:41:42 -05:00
David Anderson
769e541f2e Remove traceable natives (bug 698201 part 3, r=luke). 2011-11-22 17:41:42 -05:00
David Anderson
3a29a772fe Remove imacros (bug 698201 part 2, r=luke). 2011-11-22 17:41:41 -05:00
David Anderson
7b1857059e Remove jstracer and nanojit (bug 698201 part 1, r=dmandelin). 2011-11-22 17:41:41 -05:00
blackwind
8cef2c696d Bug 215926 - Conflicting shortcuts: Alt+drag selects part of a link, Alt+click saves link; r=dao 2011-11-19 13:22:37 -07:00
Geoff Lankow
597ad92f7e Bug 702448 - Create some view source UI mochitests; r=jwein 2011-11-21 00:34:33 +13:00
Robert Longson
dd31b4edbf Bug 696078 - Move filter attribute processing to frame classes. r=jwatt
--HG--
rename : layout/svg/base/src/nsSVGLeafFrame.cpp => layout/svg/base/src/SVGFELeafFrame.cpp
extra : rebase_source : 74ac4d84da2f0a99272e83590a9adc1dc8511fce
2011-11-19 17:53:52 +00:00
Sonny Piers
3a60c3737c Bug 703235 - Remove ConsoleStorage; r=msucan 2011-11-19 18:11:10 +01:00
Paul Rouget
acf09a337b Bug 704123 - Inspect Element background shading in document too dark; r=dao,rcampbell 2011-11-21 18:30:34 +01:00
Paul Rouget
075767ae48 Bug 692466 - [highlighter] transitions should be disabled only while scrolling, not when the node is locked; r=msucan,dao 2011-11-22 00:11:23 +01:00
Paul Rouget
98a71b4725 Bug 704228 - Keybindings not restored in Highlighter when returning from other tab; r=rcampbell 2011-11-21 22:47:21 +01:00
Paul Rouget
39a78492d8 Bug 705932 - Inspector should allow copying the current element's id/classes; f=jwalker; r=dao 2011-11-29 10:18:42 +01:00
Jared Wein
5c331d9046 Bug 610902 - Windows Aero: Keyboard shortcuts should appear in gray text on the menus. r=dao 2011-11-29 10:18:03 -05:00
Jared Wein
715c2b1233 Bug 705906 - Fix the ordering of the ARIA labels for the fullscreen button. r=dolske 2011-11-28 20:15:01 -05:00