Commit Graph

111660 Commits

Author SHA1 Message Date
Brian R. Bondy
a53863e4a4 Bug 807357 - Windows 8 N builds should call SHChangeNotify as per documentation. r=jimm 2012-10-31 14:01:11 -04:00
Justin Lebar
7b1e19d395 Bug 771195 - Follow-up: Fix debug build error on a CLOSED TREE. r=me 2012-10-31 14:08:07 -04:00
Justin Lebar
9d564a00be Bug 803688 - Re-land backed out part of bug 803688 now that we have bug 805207 fixed.
This changeset reverts the partial-backout cset 5c82f5a5e90d, taking us back to the state we were in at bug 803688's initial landing, rev 592c3465a742.
2012-10-31 13:30:35 -04:00
Justin Lebar
75d1d2e144 Bug 805207 - Remove static destructor from ClearOnShutdown. r=bsmedberg
This prevents the assertion added in bug 803688 from firing when we do an unclean shutdown.
2012-10-31 13:30:35 -04:00
Justin Lebar
8a80bd0a22 Bug 771195 - Fire memory pressure events on Gonk. r=dhylands 2012-10-31 13:29:14 -04:00
Nathan Froyd
22c4bde145 Backout 57d8f6cd245a (bug 803669), fb673c95d56b (bug 803665), 24d8e0cb73f2 (bug 803665), ac46bd0d9fba (bug 803669), c9c67b62799b (bug 803666), b3314c0ddaac (bug 803668) for debug build test failures 2012-10-31 13:23:17 -04:00
Doug Turner
4a47b2b943 Bug 805178 - Device Storage - Add tests to ensure Application Permissions match that of the Permission Matrix. r=jmaher 2012-10-31 10:06:51 -07:00
Doug Turner
6414051bbb Bug 806472 - NS_CONTENT_PERMISSION_PROMPT_CONTRACTID is used both as a service and an instance. r=bent 2012-10-31 10:06:42 -07:00
Scott Johnson
022fea381d Bug 797705: Check for null pointers and return early from java event handling if Gecko hasn't started to prevent crashes. [r=kats] 2012-10-31 11:39:44 -05:00
Nathan Froyd
89913edb36 Bug 803669 - followup fix; r=bustage 2012-10-31 12:31:36 -04:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Scott Johnson
16749dd535 Bug 792420: Make text unselectable in reader mode toolbar menu. [r=wesj,lucasr] 2012-10-31 11:13:27 -05:00
Ed Morley
31c4e8fd53 Backout f3bb2259ca27 (bug 433168) for browser-chrome failures 2012-10-31 16:07:20 +00:00
Nathan Froyd
e5e7b91de6 Bug 803665 - part 2 - dispense with nsGlobalWindow::{First,Last}Timeout and nsTimeout::{Next,Previous}; r=bz 2012-10-22 11:24:27 -04:00
Nathan Froyd
2f0460ea2f Bug 803665 - convert nsGlobalWindow's timeout list to use mozilla::LinkedList; r=bz 2012-10-19 12:22:35 -04:00
Nathan Froyd
58ea01138f Bug 803669 - convert nsScannerBufferList to use mozilla::LinkedList; r=mrbkap 2012-10-19 12:23:15 -04:00
Nathan Froyd
f7d079c12c Bug 803666 - convert nsDocLoader's outstanding status list to use mozilla::LinkedList; r=smaug 2012-10-19 12:24:12 -04:00
Nathan Froyd
6bca7f8717 Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu 2012-10-19 12:24:38 -04:00
Gian-Carlo Pascutto
9461e28cd9 Bug 787318 - Tabs thumbnails are not updated. r=blassey 2012-10-31 16:44:53 +01:00
Bill McCloskey
bb4b1b7c05 Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
EKR
5afde87d6d Bug 807259: Fix shutdown for WebRTC standalone unit tests. r=anant 2012-10-31 16:31:47 +01:00
Mihai Sucan
47eb91a816 Bug 805960 - Intermittent toolkit/devtools/webconsole/test/test_file_uri.html | an unexpected uncaught JS exception reported through window.onerror - NS_ERROR_FILE_IS_LOCKED; r=past 2012-10-30 17:53:58 +02:00
Lucas Rocha
aa6598595e Bug 770492 - Allow multiple overlapping swipes in tabs tray (r=mfinkle) 2012-10-31 15:28:29 +00:00
Ehsan Akhgari
b24dd317ce Backed out 3 changesets (bug 724513) for a 20-30% Ts regression across the board
Backed out changeset 006eb98e9d6f (bug 724513)
Backed out changeset f418d97d12ac (bug 724513)
Backed out changeset 1baac3f2334c (bug 724513)

--HG--
extra : rebase_source : e361496807916c968524446d32d3eb1d6af346eb
2012-10-31 11:28:21 -04:00
Jan de Mooij
0895223bc5 Bug 802809 - Assert PRESET LDefinitions are not followed by instructions with fixed uses. r=dvander 2012-10-31 16:27:00 +01:00
Jim Mathies
9059fad7d0 Bug 794983 - Remove configure sdk version restrictions for enable-metro builds. r=ehsan 2012-10-31 10:08:00 -05:00
Johan Charlez
35ec133d81 Bug 433168 - Context menu is not shown for form buttons and select elements. r=Mano. 2012-10-31 10:56:51 -04:00
Alexander Surkov
145fcfb199 Bug 733848 - a trick to make accessible/name/test_markup.html tests pass, r=tbsaunde 2012-10-31 23:52:47 +09:00
Kartikaya Gupta
f41bd071b2 Bug 806486 - Instead of setting/unsetting the umask which introduces potential race conditions, chmod the created files instead. r=glandium 2012-10-31 10:20:26 -04:00
Ed Morley
4be09ba712 Merge mozilla-central to mozilla-inbound 2012-10-31 14:11:12 +00:00
Mike Conley
c96071316c Bug 786662 - Open Containing Folder in context menu for Download Panel item is always disabled after pause. r=mak. 2012-10-31 10:07:44 -04:00
Ed Morley
202f620f35 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-31 14:06:39 +00:00
Jose Antonio Olivera Ortega
cb14ba0d8d Bug 793208 - Part 4: tests. r=marshall_law 2012-10-31 14:58:47 +01:00
Jose Antonio Olivera Ortega
744537a111 Bug 793208 - Part 3: RIL impl. r=marshall_law 2012-10-31 14:58:39 +01:00
Jose Antonio Olivera Ortega
105bb7aa12 Bug 793208 - Part 2: DOM impl (C++). r=smaug 2012-10-31 14:58:32 +01:00
Jose Antonio Olivera Ortega
dd6ede0eea Bug 793208 - Part 1: DOM API. r=sicking 2012-10-31 14:58:24 +01:00
David Bolter
2a45ac6eef Bug 806980 - [AccessFu] incremental build improvement. r=ted, f=eeejay
Makes changes to jsat 'take' on mac when building incrementally.
DONTBUILD
2012-10-31 09:19:33 -04:00
Vivien Nicolas
24319a7d4f Bug 802071 - [l10n] Sometimes, l10n.js does not get loaded properly. r=kaze 2012-10-31 14:17:43 +01:00
Jan de Mooij
583d9fc0c3 Bug 801831 - Don't mark EnterJIT thunk if it's NULL. r=dvander 2012-10-31 14:04:18 +01:00
Guillermo López
fdb91d9128 Bug 805789 - Handle null and undefined as correct values instead of converted to strings on USSDReceivedEventDict::message; r=smaug 2012-10-31 13:53:09 +01:00
Tom Schuster
cbb3282bdd Bug 805222 - Change some usages of GetFunctionId to GetFunctionDisplayId for better JS stacktrace. r=bholley,robcee 2012-10-31 13:34:42 +01:00
Lucas Rocha
3fda726d40 Bug 785945 - Remove all uses of GeckoApp.mAppContext from Favicons (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
acf42c3683 Bug 785945 - Load top site thumbnails asynchronously in about:home (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
a2370a8871 Bug 785945 - Add API to get multiple thumbnails at once from DB (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
3e960f1ad4 Bug 785945 - Load favicon images asynchronously in the All Pages tab (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
6489a2b1d4 Bug 785945 - Add a LRU memory cache to Favicons and corresponding API (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
42fefdbebd Bug 785945 - Add LRU cache implementation (r=mfinkle) 2012-10-31 12:34:31 +00:00
Lucas Rocha
3ad5dea50e Bug 785945 - Add API to get multiple favicons at once from DB (r=mfinkle) 2012-10-31 12:34:31 +00:00
Lucas Rocha
c7521b9c92 Bug 785945 - Add a version of the combined view without the images table join (r=mfinkle) 2012-10-31 12:34:31 +00:00
Gina Yeh
da21466684 Bug 806296 - Patch 1(v1): Cannot create an encrypted socket, r=echou 2012-10-31 17:33:50 +08:00