New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedding: revenge of cargo #6175
Merged
+860
−181
fix glutin headless compile errors
8c278d3
Select commit
d7ad5d6
add cef method for notifying the main loop of work available
83e605d
add no_mangle to servo_test() embedding function
af1dce5
add new browser process interface method for main loop integration
caa8172
implement cef browser title setting callback
cf388cd
call compositor.window.set_page_url() on WindowEvent::LoadUrl
92d44fb
send ChangeUrl message from constellation on init
02606fa
implement on_address_change handler for cef port
a809d6b
remove unused cef imports
efc75ef
ignore KEYEVENT_RAWKEYDOWN in cef browser events
28aed52
improve cef keyboard handling
1e4ceb0
more accurately handle key modifiers in cef
cd9dab7
implement cef_load_handler::on_load_start()
3481c75
add CompositorMsg::LoadStart, implement cef_load_handler::on_loading_…
0d46a3b
add navigation state data to LoadComplete messages, finish cef load s…
3f8d8a3
add back/forward/loading members to ServoCefBrowser with related brow…
68fc512
add error enum for chromium net errors, create window method for erro…
8e78feb
make cef_errorcode_t a typedef for net::NetError
14a6390
add embedding method for load_handler::on_load_error
90169e8
force resize after sending cef_browser::on_after_created() callback
aef3218
Revert "temp re-set default url for cef while I figure out wtf is goi…
64ff2c4
handle early LoadURL messages without panicking by sending initial ur…
45116dc
break out cef app wakeup code into separate pub function
fcf4495
handle case of deleted pipeline when preparing to send load_end const…
b1ae5e7
make Opts.url an Option<> type, only emit initial url load if url exists
81eb426
when creating a cef browser, setup the url to load but don't load it
ca1f49a
spawn a task for cef async browser creation to kick the main loop awake
8c278d3
fix glutin headless compile errors
Merged
Embedding: revenge of cargo #6175
fix glutin headless compile errors
May 19, 2015
May 19, 2015
May 19, 2015
May 19, 2015
May 19, 2015
May 19, 2015
May 19, 2015
May 19, 2015
May 21, 2015
May 21, 2015
May 21, 2015
May 22, 2015
May 22, 2015
May 22, 2015
May 22, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 27, 2015
May 27, 2015
May 27, 2015
May 27, 2015
May 27, 2015
May 27, 2015
8c278d3
Select commit
d7ad5d6
add cef method for notifying the main loop of work available
83e605d
add no_mangle to servo_test() embedding function
af1dce5
add new browser process interface method for main loop integration
caa8172
implement cef browser title setting callback
cf388cd
call compositor.window.set_page_url() on WindowEvent::LoadUrl
92d44fb
send ChangeUrl message from constellation on init
02606fa
implement on_address_change handler for cef port
a809d6b
remove unused cef imports
efc75ef
ignore KEYEVENT_RAWKEYDOWN in cef browser events
28aed52
improve cef keyboard handling
1e4ceb0
more accurately handle key modifiers in cef
cd9dab7
implement cef_load_handler::on_load_start()
3481c75
add CompositorMsg::LoadStart, implement cef_load_handler::on_loading_…
0d46a3b
add navigation state data to LoadComplete messages, finish cef load s…
3f8d8a3
add back/forward/loading members to ServoCefBrowser with related brow…
68fc512
add error enum for chromium net errors, create window method for erro…
8e78feb
make cef_errorcode_t a typedef for net::NetError
14a6390
add embedding method for load_handler::on_load_error
90169e8
force resize after sending cef_browser::on_after_created() callback
aef3218
Revert "temp re-set default url for cef while I figure out wtf is goi…
64ff2c4
handle early LoadURL messages without panicking by sending initial ur…
45116dc
break out cef app wakeup code into separate pub function
fcf4495
handle case of deleted pipeline when preparing to send load_end const…
b1ae5e7
make Opts.url an Option<> type, only emit initial url load if url exists
81eb426
when creating a cef browser, setup the url to load but don't load it
ca1f49a
spawn a task for cef async browser creation to kick the main loop awake
8c278d3
fix glutin headless compile errors