Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						cfe6a64635 
					 
					
						
						
							
							Windows: Fix reporting of WM_MOUSELEAVE coordinates by the cefclient OSR example (issue  #1133 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1892  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-10-27 21:59:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						3b4132d940 
					 
					
						
						
							
							Fix type conversion compile error (issue  #1397 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1876  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-10-14 17:57:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						7c2c563f17 
					 
					
						
						
							
							Fix type conversion compile error (issue  #1397 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1861  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-10-09 16:09:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						47a24ee1b8 
					 
					
						
						
							
							Mac: Add NSSupportsAutomaticGraphicsSwitching to Info.plist (issue  #1396 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1856  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-10-03 17:01:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						67155451ba 
					 
					
						
						
							
							Windows: Fix cancellation of drag&drop when using off-screen rendering and multi-threaded message loop and returning false from CefRenderHandler::StartDragging (issue  #1364 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1854  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-30 18:53:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						4ed71eabbd 
					 
					
						
						
							
							Linux: Fix browser window position in cefclient when using integrated window menu bar (issue  #1388 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1852  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-30 17:21:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						3254b37d1f 
					 
					
						
						
							
							Add missing cef_logging.h include (issue  #1389 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1849  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-30 16:49:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						82c65084c6 
					 
					
						
						
							
							Linux: Install xlib error handlers to avoid crash on X11 error (issue  #1337 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1845  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-24 17:23:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						e6f28c38eb 
					 
					
						
						
							
							Add new FrameTest.* unit tests and fix discovered CefFrame-related bugs.  
						
						 
						
						... 
						
						
						
						- Allow empty |name| argument to CefBrowser::GetFrame. This will return the main frame.
- Modify CefBrowser::GetFrame to search both assigned and unique frame names.
- Calling CefFrame::IsFocused on the main frame should return true when there are no other frames.
- Fix CefBrowser::GetFrameIdentifiers and GetFrameNames to return correct values in the renderer process (issue #1236 ).
- Delete NavigationTest.FrameNameIdent which is now obsoleted by the new FrameTests.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1843  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-24 15:40:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						ff93980c84 
					 
					
						
						
							
							Linux: Reduce resource usage when the window is minimized (issue  #1369 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1833  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-11 18:25:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						e83c8bde80 
					 
					
						
						
							
							Mac: Reduce resource usage on SetWindowVisibility(false) and fix delivery of application hide/unhide notifications (issue  #1369 )  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1831  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-10 21:33:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						28ae6155be 
					 
					
						
						
							
							Linux: Fix compile error.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1826  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-09 21:53:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						0db2304eae 
					 
					
						
						
							
							Linux: Fix compile error.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1824  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-09 20:42:51 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						d5f9215aab 
					 
					
						
						
							
							Windows: Set browser window size to 0x0 when minimized to reduce resource usage (issue  #1369 ).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1821  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-04 23:13:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						45d9e3f357 
					 
					
						
						
							
							- Fix initial state of the |is_showing_| flag in CefRenderWidgetHostViewOSR (issue  #1363 ).  
						
						 
						
						... 
						
						
						
						- Windows: Modify the cefclient OSR example to call WasHidden(true) when the app is minimized.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1819  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-09-04 22:15:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						90f4e48ad0 
					 
					
						
						
							
							Linux: Fix type mismatch compile error.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1798  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-08-08 11:21:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						02da23fa50 
					 
					
						
						
							
							Linux: Fix type mismatch compile error.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1797  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-08-08 11:02:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Greenblatt 
							
						 
					 
					
						
						
							
						
						f80188145a 
					 
					
						
						
							
							Create 2062 release branch for CEF3.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1783  5089003a-bbd8-11dd-ad1f-f1f9622dbc98 
						
						
					 
					
						2014-08-06 12:08:53 +00:00